diff --git a/.changeset/tall-avocados-rule.md b/.changeset/tall-avocados-rule.md deleted file mode 100644 index 50139f0..0000000 --- a/.changeset/tall-avocados-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrolicious/i18n": minor ---- - -Reworks internals to use Astro Integration Kit 0.13, this is non breaking diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index 46b9383..f5ff57c 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrolicious/i18n +## 0.4.0 + +### Minor Changes + +- 9a97712: Reworks internals to use Astro Integration Kit 0.13, this is non breaking + ## 0.3.3 ### Patch Changes diff --git a/package/package.json b/package/package.json index ed073e8..e981163 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "@astrolicious/i18n", - "version": "0.3.3", + "version": "0.4.0", "description": "Yet another i18n integration for Astro with server and client utilities, type safety and translations built-in.", "author": { "email": "contact@florian-lefebvre.dev", @@ -38,7 +38,10 @@ "./components/I18nClient.astro": "./assets/components/I18nClient.astro", "./components/I18nHead.astro": "./assets/components/I18nHead.astro" }, - "files": ["dist", "assets"], + "files": [ + "dist", + "assets" + ], "scripts": { "dev": "tsup --watch", "build": "tsup"