diff --git a/.changeset/spotty-tomatoes-type.md b/.changeset/spotty-tomatoes-type.md deleted file mode 100644 index 43917ae..0000000 --- a/.changeset/spotty-tomatoes-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"i4n": patch ---- - -Fixed the missing of files in the output diff --git a/CHANGELOG.md b/CHANGELOG.md index 15f48a2..45b9f52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # i4n +## 0.3.4 + +### Patch Changes + +- 2260d7e: Fixed the missing of files in the output + ## 0.3.3 ### Patch Changes diff --git a/package.json b/package.json index 482b6d1..e7f2b3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "i4n", - "version": "0.3.3", + "version": "0.3.4", "description": "Lightweight, Zero dependencies, Typesafe and Simple to use translations for TypeScript.", "private": false, "types": "./dist/index.d.ts",