Skip to content

Commit 05600e3

Browse files
chore(release): 2.8.0 [skip ci]
# [2.8.0](v2.7.4...v2.8.0) (2022-11-19) ### Features * Trigger callbacks on tooltip enter and leave ([#61](#61)) ([c4d9e2f](c4d9e2f))
1 parent c4d9e2f commit 05600e3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.8.0](https://github.com/untemps/svelte-use-tooltip/compare/v2.7.4...v2.8.0) (2022-11-19)
2+
3+
4+
### Features
5+
6+
* Trigger callbacks on tooltip enter and leave ([#61](https://github.com/untemps/svelte-use-tooltip/issues/61)) ([c4d9e2f](https://github.com/untemps/svelte-use-tooltip/commit/c4d9e2fd346ba7d6b2812c539e6c7a379f25c9f2))
7+
18
## [2.7.4](https://github.com/untemps/svelte-use-tooltip/compare/v2.7.3...v2.7.4) (2022-10-07)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@untemps/svelte-use-tooltip",
3-
"version": "2.7.4",
3+
"version": "2.8.0",
44
"author": "Vincent Le Badezet <[email protected]>",
55
"license": "MIT",
66
"description": "Svelte action to display a tooltip",

0 commit comments

Comments
 (0)