diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c368c5..d3db643 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ + +## v0.1.4 (2024-02-16) + +#### :bug: Bug Fix +* [#76](https://github.com/mainmatter/svelte-promise-modals/pull/76) Add missing `useModalContext` export ([@zeppelin](https://github.com/zeppelin)) + +#### Committers: 3 +- Gabor Babicz ([@zeppelin](https://github.com/zeppelin)) +- Nora Burkhardt ([@yaigrie](https://github.com/yaigrie)) +- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti)) + ## v0.1.3 (2024-01-26) #### :memo: Documentation diff --git a/package.json b/package.json index 795d3ac..c3a3c7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-promise-modals", - "version": "0.1.3", + "version": "0.1.4", "repository": "https://github.com/mainmatter/svelte-promise-modals", "scripts": { "prepare": "svelte-kit sync",