Skip to content

Commit f8eb56c

Browse files
chore(release): 2.1.0 [skip ci]
# [2.1.0](v2.0.0...v2.1.0) (2022-01-30) ### Features * Add enterDelay and leaveDelay props ([#14](#14)) ([b660877](b660877)), closes [#10](#10) [#10](#10)
1 parent b660877 commit f8eb56c

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.1.0](https://github.com/untemps/svelte-use-tooltip/compare/v2.0.0...v2.1.0) (2022-01-30)
2+
3+
4+
### Features
5+
6+
* Add enterDelay and leaveDelay props ([#14](https://github.com/untemps/svelte-use-tooltip/issues/14)) ([b660877](https://github.com/untemps/svelte-use-tooltip/commit/b660877b0d59b7f3a3f4a142feb6e6eeadf7b817)), closes [#10](https://github.com/untemps/svelte-use-tooltip/issues/10) [#10](https://github.com/untemps/svelte-use-tooltip/issues/10)
7+
18
# [2.0.0](https://github.com/untemps/svelte-use-tooltip/compare/v1.2.0...v2.0.0) (2022-01-27)
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.0.0",
3+
"version": "2.1.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)