Skip to content

Commit

Permalink
chore(release): 1.10.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.10.1](v1.10.0...v1.10.1) (2022-10-25)

### Bug Fixes

* allow config to be nullable ([9abed90](9abed90))
* bump deps ([4bb1103](4bb1103))
* prefer native Web Animations API instead of @angular/animations package ([03a0035](03a0035))
  • Loading branch information
semantic-release-bot committed Oct 25, 2022
1 parent 00dc331 commit cabded4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.10.1](https://github.com/VagrantAI-c/ng-carousel-cdk/compare/v1.10.0...v1.10.1) (2022-10-25)


### Bug Fixes

* allow config to be nullable ([9abed90](https://github.com/VagrantAI-c/ng-carousel-cdk/commit/9abed90c1b864fe2a884cf76e535c15d2cc74728))
* bump deps ([4bb1103](https://github.com/VagrantAI-c/ng-carousel-cdk/commit/4bb1103b3da897c6f37b86e917b3040ab52a4623))
* prefer native Web Animations API instead of @angular/animations package ([03a0035](https://github.com/VagrantAI-c/ng-carousel-cdk/commit/03a00351662fdad98503a5daaf418569c788e00e))

# [1.10.0](https://github.com/VagrantAI-c/ng-carousel-cdk/compare/v1.9.1...v1.10.0) (2022-02-10)


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.10.0",
"version": "1.10.1",
"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.10.0",
"version": "1.10.1",
"repository": {
"type": "git",
"url": "https://github.com/VagrantAI-c/ng-carousel-cdk.git"
Expand Down

0 comments on commit cabded4

Please sign in to comment.