diff --git a/.changeset/pre.json b/.changeset/pre.json index 8e5eb98..5717c9a 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -5,6 +5,7 @@ "@icons-pack/svelte-simple-icons": "4.0.0-rc.0" }, "changesets": [ + "dry-pears-act", "hip-fans-itch" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 51283aa..1c92c61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @icons-pack/svelte-simple-icons +## 4.0.0-rc.2 + +### Patch Changes + +- [`6565791`](https://github.com/icons-pack/svelte-simple-icons/commit/6565791db506726d88cff703f62d7043390d9011) Thanks [@wootsbot](https://github.com/wootsbot)! - Fixed version + ## 4.0.0-rc.1 ### Minor Changes diff --git a/package.json b/package.json index ff3c709..667f2e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@icons-pack/svelte-simple-icons", - "version": "4.0.0-rc.1", + "version": "4.0.0-rc.2", "publishConfig": { "access": "public" },