diff --git a/.changeset/two-pugs-compare.md b/.changeset/two-pugs-compare.md deleted file mode 100644 index 9a9e8e5..0000000 --- a/.changeset/two-pugs-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'typemod': patch ---- - -fix: enable enable-pre-post-scripts=true... diff --git a/CHANGELOG.md b/CHANGELOG.md index bd0c063..57eaab9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,13 @@ # typemod -## 0.0.1 +## 0.0.2 + ### Patch Changes +- [`e2760ba`](https://github.com/rx-ts/typemod/commit/e2760ba7336b4367d266cb451c622e2c66a1f77c) Thanks [@JounQin](https://github.com/JounQin)! - fix: enable enable-pre-post-scripts=true... +## 0.0.1 + +### Patch Changes - [`2ea1301`](https://github.com/rx-ts/typemod/commit/2ea130192700017f8c82681d0f0a078625a108a6) Thanks [@JounQin](https://github.com/JounQin)! - docs: correct typemod references diff --git a/package.json b/package.json index 7e26040..9e19de6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typemod", - "version": "0.0.1", + "version": "0.0.2", "type": "commonjs", "description": "Codemod scripts to transform ts codes into latest features.", "repository": "git+https://github.com/rx-ts/typemod.git",