From e7ef84aa86a5b474c5fdb8eced0f8841fb39b46e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 10:41:55 -0600 Subject: [PATCH] Version Packages (#3) Co-authored-by: github-actions[bot] --- .changeset/neat-gorillas-knock.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/neat-gorillas-knock.md diff --git a/.changeset/neat-gorillas-knock.md b/.changeset/neat-gorillas-knock.md deleted file mode 100644 index 7b1674c..0000000 --- a/.changeset/neat-gorillas-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'i18next-print-keys': major ---- - -This package is now ESM only. diff --git a/CHANGELOG.md b/CHANGELOG.md index 508d5c5..3df075f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # i18next-print-keys +## 2.0.0 + +### Major Changes + +- 44b2ec2: This package is now ESM only. + ## 1.0.4 + ### Patch Changes - 29bcccf: Update docs to reflect the migration to changesets. diff --git a/package.json b/package.json index 67fec94..d49b8a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "i18next-print-keys", - "version": "1.0.4", + "version": "2.0.0", "description": "i18next preprocessor to print translation keys including interpolated values.", "author": "Widen", "license": "ISC",