Skip to content

Commit 7616970

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2022-01-25) ### Features * Add position prop ([#5](#5)) ([125be23](125be23))
1 parent 125be23 commit 7616970

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+
# [1.1.0](https://github.com/untemps/svelte-use-tooltip/compare/v1.0.0...v1.1.0) (2022-01-25)
2+
3+
4+
### Features
5+
6+
* Add position prop ([#5](https://github.com/untemps/svelte-use-tooltip/issues/5)) ([125be23](https://github.com/untemps/svelte-use-tooltip/commit/125be23343a342f4974e35419ace036709ae1eb7))
7+
18
# 1.0.0 (2022-01-16)
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": "1.0.0",
3+
"version": "1.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)