Skip to content

Commit

Permalink
chore(release): 2.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.6.0](v2.5.0...v2.6.0) (2022-02-08)

### Features

* Allow to set a template element as tooltip content ([#30](#30)) ([5f3e582](5f3e582))
  • Loading branch information
semantic-release-bot committed Feb 8, 2022
1 parent 5f3e582 commit 622136b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.6.0](https://github.com/untemps/svelte-use-tooltip/compare/v2.5.0...v2.6.0) (2022-02-08)


### Features

* Allow to set a template element as tooltip content ([#30](https://github.com/untemps/svelte-use-tooltip/issues/30)) ([5f3e582](https://github.com/untemps/svelte-use-tooltip/commit/5f3e582011657f7abfbcc9bd717424382fed373d))

# [2.5.0](https://github.com/untemps/svelte-use-tooltip/compare/v2.4.0...v2.5.0) (2022-02-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@untemps/svelte-use-tooltip",
"version": "2.5.0",
"version": "2.6.0",
"author": "Vincent Le Badezet <v.lebadezet@untemps.net>",
"license": "MIT",
"description": "Svelte action to display a tooltip",
Expand Down

0 comments on commit 622136b

Please sign in to comment.