diff --git a/.changeset/hungry-kiwis-hang.md b/.changeset/hungry-kiwis-hang.md deleted file mode 100644 index 0cbcf7ba..00000000 --- a/.changeset/hungry-kiwis-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@codemod-utils/cli": patch ---- - -Removed unnecessary file path resolutions. Added tests. diff --git a/package.json b/package.json index 78c828f4..623042ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workspace-root", - "version": "0.5.3", + "version": "0.5.4", "private": true, "description": "Workspace root for @codemod-utils", "repository": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index a356784f..5a9bc9b0 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog for @codemod-utils/cli +## 0.1.2 + +### Patch Changes + +- [#46](https://github.com/ijlee2/codemod-utils/pull/46) Removed unnecessary file path resolutions. Added tests. ([@ijlee2](https://github.com/ijlee2)) + ## 0.1.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 461948cb..50f387fd 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@codemod-utils/cli", - "version": "0.1.1", + "version": "0.1.2", "description": "CLI to create a codemod project", "keywords": [ "codemod",