diff --git a/.changeset/pink-rice-attack.md b/.changeset/pink-rice-attack.md deleted file mode 100644 index a1861fa..0000000 --- a/.changeset/pink-rice-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrolicious/i18n": patch ---- - -Allows using endpoints under `src/routes` diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index 9f75441..6d910d9 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrolicious/i18n +## 0.3.2 + +### Patch Changes + +- 6159cd0: Allows using endpoints under `src/routes` + ## 0.3.1 ### Patch Changes diff --git a/package/package.json b/package/package.json index bbea020..91d661e 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "@astrolicious/i18n", - "version": "0.3.1", + "version": "0.3.2", "description": "Yet another i18n integration for Astro with server and client utilities, type safety and translations built-in.", "author": { "email": "contact@florian-lefebvre.dev",