diff --git a/CHANGELOG.md b/CHANGELOG.md index d42ef9e..3c9d2d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.4.0](https://github.com/VagrantAI-c/ng-carousel-cdk/compare/v1.3.12...v1.4.0) (2020-02-05) + + +### Bug Fixes + +* end drag on pancancel ([765f2ea](https://github.com/VagrantAI-c/ng-carousel-cdk/commit/765f2ea8940235131f06433c4ac79b1ce9a97ac7)) + + +### Features + +* export item index to slide template ([ada075c](https://github.com/VagrantAI-c/ng-carousel-cdk/commit/ada075c8bd4515a67e76ffae42840fc7f2b3452b)) + ## [1.3.12](https://github.com/VagrantAI-c/ng-carousel-cdk/compare/v1.3.11...v1.3.12) (2019-10-09) diff --git a/package.json b/package.json index fe43488..ac1cadf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng-carousel-demo", - "version": "1.3.12", + "version": "1.4.0", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/projects/ng-carousel/package.json b/projects/ng-carousel/package.json index cf06c62..21567d2 100644 --- a/projects/ng-carousel/package.json +++ b/projects/ng-carousel/package.json @@ -1,6 +1,6 @@ { "name": "ng-carousel-cdk", - "version": "1.3.12", + "version": "1.4.0", "repository": { "type": "git", "url": "https://github.com/VagrantAI-c/ng-carousel-cdk.git"