diff --git a/.changeset/brown-dryers-grab.md b/.changeset/brown-dryers-grab.md deleted file mode 100644 index 057318b..0000000 --- a/.changeset/brown-dryers-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@neodx/svg': minor ---- - -Extend Color Reset API diff --git a/libs/svg/CHANGELOG.md b/libs/svg/CHANGELOG.md index b5ec222..839c3ac 100644 --- a/libs/svg/CHANGELOG.md +++ b/libs/svg/CHANGELOG.md @@ -1,5 +1,11 @@ # @neodx/svg +## 0.4.0 + +### Minor Changes + +- [#109](https://github.com/secundant/neodx/pull/109) [`6156a08`](https://github.com/secundant/neodx/commit/6156a08ebd2657945d1213b9f0bf396862b4d783) Thanks [@secundant](https://github.com/secundant)! - Extend Color Reset API + ## 0.3.0 ### Minor Changes diff --git a/libs/svg/package.json b/libs/svg/package.json index 72714ac..65d4b9d 100644 --- a/libs/svg/package.json +++ b/libs/svg/package.json @@ -1,7 +1,7 @@ { "name": "@neodx/svg", "packageManager": "yarn@3.2.0", - "version": "0.3.0", + "version": "0.4.0", "description": "Supercharge your icons ⚡️", "author": { "name": "Dmitry Remezov",