diff --git a/.changeset/tall-games-study.md b/.changeset/tall-games-study.md deleted file mode 100644 index 71a291f..0000000 --- a/.changeset/tall-games-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@silverhand/jest-config": patch ---- - -fix package.json export diff --git a/packages/jest-config/CHANGELOG.md b/packages/jest-config/CHANGELOG.md index 7c46e05..838af4c 100644 --- a/packages/jest-config/CHANGELOG.md +++ b/packages/jest-config/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.0.1 + +### Patch Changes + +- 49c347c: fix package.json export + ## 2.0.0 ### Major Changes diff --git a/packages/jest-config/package.json b/packages/jest-config/package.json index d2d83cb..f70d4e8 100644 --- a/packages/jest-config/package.json +++ b/packages/jest-config/package.json @@ -1,6 +1,6 @@ { "name": "@silverhand/jest-config", - "version": "2.0.0", + "version": "2.0.1", "description": "Shared ESLint config for Silverhand.", "author": "Silverhand Inc. ", "homepage": "https://github.com/silverhand-io/configs#readme",