Skip to content

Commit

Permalink
chore(release): 2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.1](v2.0.0...v2.0.1) (2023-08-08)

### Bug Fixes

* fix index change on pointer up event ([f5a5f5d](f5a5f5d)), closes [#163](#163)
  • Loading branch information
semantic-release-bot committed Aug 8, 2023
1 parent f39a84a commit bc28d7a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.1](https://github.com/VagrantAI-c/ng-carousel-cdk/compare/v2.0.0...v2.0.1) (2023-08-08)


### Bug Fixes

* fix index change on pointer up event ([f5a5f5d](https://github.com/VagrantAI-c/ng-carousel-cdk/commit/f5a5f5d3ccc1b15022c3e079ffdba62bc77da985)), closes [#163](https://github.com/VagrantAI-c/ng-carousel-cdk/issues/163)

# [2.0.0](https://github.com/VagrantAI-c/ng-carousel-cdk/compare/v1.10.1...v2.0.0) (2023-05-20)


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

0 comments on commit bc28d7a

Please sign in to comment.