diff --git a/.changeset/chilled-fans-beg.md b/.changeset/chilled-fans-beg.md deleted file mode 100644 index becf321..0000000 --- a/.changeset/chilled-fans-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-icon": patch ---- - -Fixes type definitions and hash calculation for aliased icon names diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ff8cde8..b428627 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-icon +## 1.1.4 + +### Patch Changes + +- [#250](https://github.com/natemoo-re/astro-icon/pull/250) [`41218facd06f51a63d75cccb80c3745c256ec99f`](https://github.com/natemoo-re/astro-icon/commit/41218facd06f51a63d75cccb80c3745c256ec99f) Thanks [@harukats](https://github.com/harukats)! - Fixes type definitions and hash calculation for aliased icon names + ## 1.1.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index ae94d90..7a814f0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "astro-icon", - "version": "1.1.3", + "version": "1.1.4", "type": "module", "types": "./dist/index.d.ts", "exports": {