diff --git a/.changeset/tall-lizards-punch.md b/.changeset/tall-lizards-punch.md deleted file mode 100644 index c0ee458..0000000 --- a/.changeset/tall-lizards-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrolicious/i18n": patch ---- - -Fixes `switchLocalePath` (and anything that depends on it like `getSwitcherData`) when not in dev mode diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index 8a7871f..9f75441 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrolicious/i18n +## 0.3.1 + +### Patch Changes + +- afcd189: Fixes `switchLocalePath` (and anything that depends on it like `getSwitcherData`) when not in dev mode + ## 0.3.0 ### Minor Changes diff --git a/package/package.json b/package/package.json index 0df7abd..bbea020 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "@astrolicious/i18n", - "version": "0.3.0", + "version": "0.3.1", "description": "Yet another i18n integration for Astro with server and client utilities, type safety and translations built-in.", "author": { "email": "contact@florian-lefebvre.dev",