From 852d958d66804f1ad116496ad865c68d8184100c Mon Sep 17 00:00:00 2001 From: Florian Lefebvre Date: Thu, 18 Apr 2024 08:56:22 +0200 Subject: [PATCH] chore: update version --- .changeset/pink-rice-attack.md | 5 ----- package/CHANGELOG.md | 6 ++++++ package/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/pink-rice-attack.md 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",