diff --git a/CHANGELOG.md b/CHANGELOG.md index d3db643..144175d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ + +## v0.1.5 (2025-01-31) + +#### :rocket: Enhancement +* [#121](https://github.com/mainmatter/svelte-promise-modals/pull/121) Add Svelte 5 support ([@zeppelin](https://github.com/zeppelin)) + +#### :memo: Documentation +* [#83](https://github.com/mainmatter/svelte-promise-modals/pull/83) Fix type import path in README ([@zeppelin](https://github.com/zeppelin)) + +#### Committers: 2 +- Gabor Babicz ([@zeppelin](https://github.com/zeppelin)) +- Nora Burkhardt ([@yaigrie](https://github.com/yaigrie)) + ## v0.1.4 (2024-02-16) #### :bug: Bug Fix diff --git a/package.json b/package.json index 2a6c762..0c6b0b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-promise-modals", - "version": "0.1.4", + "version": "0.1.5", "repository": "https://github.com/mainmatter/svelte-promise-modals", "scripts": { "prepare": "svelte-kit sync",