Skip to content

Commit a2943bb

Browse files
committed
chore: release v1.1.0
1 parent cadc9a2 commit a2943bb

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## [1.1.0](https://github.com/Th1nkK1D/svelte-use-click-outside/compare/v1.0.0...v1.1.0) (2025-06-15)
4+
5+
6+
### Features
7+
8+
* support esm with exports field ([5bdc5e0](https://github.com/Th1nkK1D/svelte-use-click-outside/commit/5bdc5e0dea8334a89dca44e398238b859eff59d2))
9+
10+
11+
### Bug Fixes
12+
13+
* not trigger handler if mouse up inside the element ([#3](https://github.com/Th1nkK1D/svelte-use-click-outside/issues/3)) ([6673d8d](https://github.com/Th1nkK1D/svelte-use-click-outside/commit/6673d8d7fb036f47082ca236ff116a1936376f8a))
14+
15+
16+
## [1.0.0](https://github.com/Th1nkK1D/svelte-use-click-outside/releases/tag/v1.0.0) (2021-01-19)
17+
18+
Initial release

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-use-click-outside",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Zero dependency Svelte's action to handle click outside event",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)