diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..ceaf096 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ + +## v0.1.1 (2024-01-26) + +#### :bug: Bug Fix +* [#64](https://github.com/mainmatter/svelte-promise-modals/pull/64) Fix pnpm release → npm publish ([@zeppelin](https://github.com/zeppelin)) + +#### Committers: 1 +- Gabor Babicz ([@zeppelin](https://github.com/zeppelin)) + diff --git a/package.json b/package.json index a5a2ba4..6a02d94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-promise-modals", - "version": "0.1.0", + "version": "0.1.1", "repository": "https://github.com/mainmatter/svelte-promise-modals", "scripts": { "prepare": "svelte-kit sync",