Skip to content

Commit 07300f1

Browse files
committed
v0.1.4
1 parent 2d039aa commit 07300f1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11

22

3+
4+
## v0.1.4 (2024-02-16)
5+
6+
#### :bug: Bug Fix
7+
* [#76](https://github.com/mainmatter/svelte-promise-modals/pull/76) Add missing `useModalContext` export ([@zeppelin](https://github.com/zeppelin))
8+
9+
#### Committers: 3
10+
- Gabor Babicz ([@zeppelin](https://github.com/zeppelin))
11+
- Nora Burkhardt ([@yaigrie](https://github.com/yaigrie))
12+
- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti))
13+
314
## v0.1.3 (2024-01-26)
415

516
#### :memo: Documentation

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-promise-modals",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"repository": "https://github.com/mainmatter/svelte-promise-modals",
55
"scripts": {
66
"prepare": "svelte-kit sync",

0 commit comments

Comments
 (0)