Skip to content

Commit 70c5d2a

Browse files
chore(release): 2.5.0 [skip ci]
# [2.5.0](v2.4.0...v2.5.0) (2022-02-05) ### Features * Hide tooltip on window resize and scroll events ([#28](#28)) ([4255353](4255353))
1 parent 4255353 commit 70c5d2a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.5.0](https://github.com/untemps/svelte-use-tooltip/compare/v2.4.0...v2.5.0) (2022-02-05)
2+
3+
4+
### Features
5+
6+
* Hide tooltip on window resize and scroll events ([#28](https://github.com/untemps/svelte-use-tooltip/issues/28)) ([4255353](https://github.com/untemps/svelte-use-tooltip/commit/42553531497251fa002e9b4c0e0a320ee782b7dd))
7+
18
# [2.4.0](https://github.com/untemps/svelte-use-tooltip/compare/v2.3.2...v2.4.0) (2022-02-03)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@untemps/svelte-use-tooltip",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"author": "Vincent Le Badezet <v.lebadezet@untemps.net>",
55
"license": "MIT",
66
"description": "Svelte action to display a tooltip",

0 commit comments

Comments
 (0)