diff --git a/.changeset/quiet-rules-impress.md b/.changeset/quiet-rules-impress.md deleted file mode 100644 index dfb61940..00000000 --- a/.changeset/quiet-rules-impress.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"socialify": patch ---- - -Migrated from relative import to import aliasing for better code maintain-ability. - -Also organized imports into [3rd-party], [types], and [local]. diff --git a/CHANGELOG.md b/CHANGELOG.md index 41772a13..3782c0c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # socialify +## 2.14.2 + +### Patch Changes + +- bda22bd: Migrated from relative import to import aliasing for better code maintain-ability. + + Also organized imports into [3rd-party], [types], and [local]. + + Thanks to [@Keming-He](https://github.com/KemingHe) + ## 2.14.1 ### Patch Changes diff --git a/package.json b/package.json index 3c40c1f8..49aec7f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "socialify", - "version": "2.14.1", + "version": "2.14.2", "description": "Socialify your project. Share with the world!", "author": "@CryogenicPlanet, @wei", "license": "MIT",