Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.1...v1.5.0) (2020-08-24)

### Features

* bump deps ([2c18b7d](2c18b7d))
* bump peer deps ([fc79870](fc79870))
  • Loading branch information
semantic-release-bot committed Aug 24, 2020
1 parent 333f081 commit 6e3d51c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.5.0](https://github.com/VagrantAI-c/ng-carousel-cdk/compare/v1.4.1...v1.5.0) (2020-08-24)


### Features

* bump deps ([2c18b7d](https://github.com/VagrantAI-c/ng-carousel-cdk/commit/2c18b7d27e90dade981fd6bdeb6e41a6d3f590d5))
* bump peer deps ([fc79870](https://github.com/VagrantAI-c/ng-carousel-cdk/commit/fc798707e800223a6061e2e39d75e0e50e895f3e))

## [1.4.1](https://github.com/VagrantAI-c/ng-carousel-cdk/compare/v1.4.0...v1.4.1) (2020-02-06)


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.4.1",
"version": "1.5.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
6 changes: 3 additions & 3 deletions 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.4.1",
"version": "1.5.0",
"repository": {
"type": "git",
"url": "https://github.com/VagrantAI-c/ng-carousel-cdk.git"
Expand All @@ -14,7 +14,7 @@
"rxjs": "^6.5.0 || ^7.0.0"
},
"dependencies": {
"bezier-easing": "^2.1.0",
"bezier-easing": "^2.1.0",
"tslib": "^2.0.0"
}
}
}

0 comments on commit 6e3d51c

Please sign in to comment.