diff --git a/.changeset/early-eagles-float.md b/.changeset/early-eagles-float.md deleted file mode 100644 index 5317198..0000000 --- a/.changeset/early-eagles-float.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'linguify': minor ---- - -Use single translation file: - * allow to have one translation file for each locale instead of a file for each namespace - * `useSingleFile` config option \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 37a4cdb..1c4b1db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # linguify +## 1.1.0 + +### Minor Changes + +- 8161a2e: Use single translation file: + - allow to have one translation file for each locale instead of a file for each namespace + - `useSingleFile` config option + ## 1.0.4 ### Patch Changes diff --git a/package.json b/package.json index d2b741d..f65a632 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linguify", - "version": "1.0.4", + "version": "1.1.0", "description": "Translation manager", "private": false, "type": "module",