Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.12...v1.4.0) (2020-02-05)

### Bug Fixes

* end drag on pancancel ([765f2ea](765f2ea))

### Features

* export item index to slide template ([ada075c](ada075c))
  • Loading branch information
semantic-release-bot committed Feb 5, 2020
1 parent 0b01ab9 commit e3f8a65
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-carousel-demo",
"version": "1.3.12",
"version": "1.4.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion projects/ng-carousel/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit e3f8a65

Please sign in to comment.