diff --git a/.changeset/red-lies-play.md b/.changeset/red-lies-play.md deleted file mode 100644 index badeebd..0000000 --- a/.changeset/red-lies-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrolicious/i18n": patch ---- - -Fixes matching of similar dynamic parameters diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index 313272d..26ae558 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrolicious/i18n +## 0.6.1 + +### Patch Changes + +- a2b75e9: Fixes matching of similar dynamic parameters + ## 0.6.0 ### Minor Changes diff --git a/package/package.json b/package/package.json index 4009762..a83b890 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "@astrolicious/i18n", - "version": "0.6.0", + "version": "0.6.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",