diff --git a/.changeset/green-points-visit.md b/.changeset/green-points-visit.md deleted file mode 100644 index b50ebd7..0000000 --- a/.changeset/green-points-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@chakra-ui/codemod": patch ---- - -Fixed order of command line args so path comes before transform diff --git a/CHANGELOG.md b/CHANGELOG.md index 94e3a02..c8e1744 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @chakra-ui/codemod +## 1.2.1 + +### Patch Changes + +- [`69b0a9c`](https://github.com/chakra-ui/chakra-codemod/commit/69b0a9cc504cbb2b55f38553f56a363d9f7e0b44) [#17](https://github.com/chakra-ui/chakra-codemod/pull/17) Thanks [@jmiazga](https://github.com/jmiazga)! - Fixed order of command line args so path comes before transform + ## 1.2.0 ### Minor Changes diff --git a/package.json b/package.json index a7cca5f..7a83585 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/codemod", - "version": "1.2.0", + "version": "1.2.1", "repository": "https://github.com/chakra-ui/chakra-codemod.git", "author": "Segun Adebayo ", "license": "MIT",