Skip to content

Commit

Permalink
chore(release): 1.7.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.7.2](v1.7.1...v1.7.2) (2023-09-20)

### Bug Fixes

* 🐛 [Task] Fixed drag snap when ratio too small ([84ac93e](84ac93e)), closes [#89](#89)
  • Loading branch information
semantic-release-bot committed Sep 20, 2023
1 parent 81388bd commit 638df11
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.7.2](https://github.com/melfore/konva-timeline/compare/v1.7.1...v1.7.2) (2023-09-20)


### Bug Fixes

* 🐛 [Task] Fixed drag snap when ratio too small ([84ac93e](https://github.com/melfore/konva-timeline/commit/84ac93e25fb8b70501f0e6347b81197d9c3527e8)), closes [#89](https://github.com/melfore/konva-timeline/issues/89)

## [1.7.1](https://github.com/melfore/konva-timeline/compare/v1.7.0...v1.7.1) (2023-09-20)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@melfore/konva-timeline",
"version": "1.7.1",
"version": "1.7.2",
"description": "Melfore ReactJS Timeline library made with Konva",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 638df11

Please sign in to comment.