Skip to content

Commit f7c8bd2

Browse files
committed
v0.1.5
1 parent 9672b16 commit f7c8bd2

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11

22

33

4+
5+
## v0.1.5 (2025-01-31)
6+
7+
#### :rocket: Enhancement
8+
* [#121](https://github.com/mainmatter/svelte-promise-modals/pull/121) Add Svelte 5 support ([@zeppelin](https://github.com/zeppelin))
9+
10+
#### :memo: Documentation
11+
* [#83](https://github.com/mainmatter/svelte-promise-modals/pull/83) Fix type import path in README ([@zeppelin](https://github.com/zeppelin))
12+
13+
#### Committers: 2
14+
- Gabor Babicz ([@zeppelin](https://github.com/zeppelin))
15+
- Nora Burkhardt ([@yaigrie](https://github.com/yaigrie))
16+
417
## v0.1.4 (2024-02-16)
518

619
#### :bug: Bug Fix

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.4",
3+
"version": "0.1.5",
44
"repository": "https://github.com/mainmatter/svelte-promise-modals",
55
"scripts": {
66
"prepare": "svelte-kit sync",

0 commit comments

Comments
 (0)