Skip to content

Commit 34549bc

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.1...v1.1.0) (2022-07-26) ### Features * Add callback for drag cancellation ([#5](#5)) ([1c8d62c](1c8d62c))
1 parent 1c8d62c commit 34549bc

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-drop-outside/compare/v1.0.1...v1.1.0) (2022-07-26)
2+
3+
4+
### Features
5+
6+
* Add callback for drag cancellation ([#5](https://github.com/untemps/svelte-use-drop-outside/issues/5)) ([1c8d62c](https://github.com/untemps/svelte-use-drop-outside/commit/1c8d62c8836d1333d9e9597785d6dcff7fadad2d))
7+
18
## [1.0.1](https://github.com/untemps/svelte-use-drop-outside/compare/v1.0.0...v1.0.1) (2022-07-20)
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-drop-outside",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"author": "Vincent Le Badezet <[email protected]>",
55
"license": "MIT",
66
"description": "Svelte action to drop an element outside an area",

0 commit comments

Comments
 (0)