diff --git a/.changeset/proud-clubs-wear.md b/.changeset/proud-clubs-wear.md deleted file mode 100644 index 9a46092..0000000 --- a/.changeset/proud-clubs-wear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@labdigital/intl-extractor": minor ---- - -Allow useTransltions and getTranslations usage without passing a namespace diff --git a/.changeset/three-melons-grab.md b/.changeset/three-melons-grab.md deleted file mode 100644 index c934b80..0000000 --- a/.changeset/three-melons-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@labdigital/intl-extractor": patch ---- - -Bump Vitest to mitigate CVE-2026-47429 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cb2216..1fc3635 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @labd/intl-extractor +## 2.3.0 + +### Minor Changes + +- 21043fb: Allow useTransltions and getTranslations usage without passing a namespace + +### Patch Changes + +- 7543efa: Bump Vitest to mitigate CVE-2026-47429 + ## 2.2.0 ### Minor Changes diff --git a/package.json b/package.json index 74d0514..157bbd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@labdigital/intl-extractor", - "version": "2.2.0", + "version": "2.3.0", "license": "MIT", "author": "Lab Digital", "type": "module",