From 6226e354cbfe14b978bff953048f4a724e661fe2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 9 Oct 2019 13:50:06 +0000 Subject: [PATCH] chore(release): 1.3.12 [skip ci] ## [1.3.12](https://github.com/VagrantAI-c/ng-carousel-cdk/compare/v1.3.11...v1.3.12) (2019-10-09) ### Bug Fixes * fix next and prev commands for non-loop carousels ([234c889](https://github.com/VagrantAI-c/ng-carousel-cdk/commit/234c889)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- projects/ng-carousel/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0e0f18..d42ef9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.12](https://github.com/VagrantAI-c/ng-carousel-cdk/compare/v1.3.11...v1.3.12) (2019-10-09) + + +### Bug Fixes + +* fix next and prev commands for non-loop carousels ([234c889](https://github.com/VagrantAI-c/ng-carousel-cdk/commit/234c889)) + ## [1.3.11](https://github.com/VagrantAI-c/ng-carousel-cdk/compare/v1.3.10...v1.3.11) (2019-10-09) diff --git a/package.json b/package.json index 09ebeec..f9022ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng-carousel-demo", - "version": "1.3.11", + "version": "1.3.12", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/projects/ng-carousel/package.json b/projects/ng-carousel/package.json index 40677c0..cf06c62 100644 --- a/projects/ng-carousel/package.json +++ b/projects/ng-carousel/package.json @@ -1,6 +1,6 @@ { "name": "ng-carousel-cdk", - "version": "1.3.11", + "version": "1.3.12", "repository": { "type": "git", "url": "https://github.com/VagrantAI-c/ng-carousel-cdk.git"