Skip to content

Commit

Permalink
chore(release): 1.30.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.30.0](v1.29.2...v1.30.0) (2024-02-09)

### Features

* 🎸 [ToolTip]Add callback for custom ToolTip ([a6fbe4e](a6fbe4e)), closes [#188](#188)
  • Loading branch information
semantic-release-bot committed Feb 9, 2024
1 parent 0a503fb commit 2a7d242
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.30.0](https://github.com/melfore/konva-timeline/compare/v1.29.2...v1.30.0) (2024-02-09)


### Features

* 🎸 [ToolTip]Add callback for custom ToolTip ([a6fbe4e](https://github.com/melfore/konva-timeline/commit/a6fbe4e5ea614b354d2017c1372e33f882f8e908)), closes [#188](https://github.com/melfore/konva-timeline/issues/188)

## [1.29.2](https://github.com/melfore/konva-timeline/compare/v1.29.1...v1.29.2) (2024-02-06)

### 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.29.2",
"version": "1.30.0",
"description": "Melfore ReactJS Timeline library made with Konva",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 2a7d242

Please sign in to comment.