diff --git a/.changeset/forty-years-sip.md b/.changeset/forty-years-sip.md deleted file mode 100644 index 4e54434..0000000 --- a/.changeset/forty-years-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'preact-feather': minor ---- - -update icons diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5c5e60a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# preact-feather + +## 4.2.0 +### Minor Changes + + + +- [`6c919d9`](https://github.com/ForsakenHarmony/preact-feather/commit/6c919d9c036c822159e2a78e51a977cfc9f0ea8c) Thanks [@ForsakenHarmony](https://github.com/ForsakenHarmony)! - update icons diff --git a/package.json b/package.json index f88aec9..d671576 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "preact-feather", - "version": "4.1.0", + "version": "4.2.0", "description": "Preact components for Feather icons", "source": "src/index.ts", "main": "dist/index.cjs.js",