From 899de8feaf72084f6705031fc514ef62a94d31ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 18 Aug 2024 14:28:37 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=93=A6=20version=20pack?= =?UTF-8?q?ages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/spotty-tomatoes-type.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/spotty-tomatoes-type.md 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",