diff --git a/.changeset/four-berries-act.md b/.changeset/four-berries-act.md deleted file mode 100644 index a909a7d84..000000000 --- a/.changeset/four-berries-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@codeshift/mod-javascript': patch ---- - -moves putout deps from devDep to Dep diff --git a/community/javascript/CHANGELOG.md b/community/javascript/CHANGELOG.md index 3518b7f1a..7a7649513 100644 --- a/community/javascript/CHANGELOG.md +++ b/community/javascript/CHANGELOG.md @@ -1,5 +1,11 @@ # @codeshift/mod-javascript +## 0.1.2 + +### Patch Changes + +- eba85d2: moves putout deps from devDep to Dep + ## 0.1.1 ### Patch Changes diff --git a/community/javascript/package.json b/community/javascript/package.json index 60b92816d..446b08801 100644 --- a/community/javascript/package.json +++ b/community/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@codeshift/mod-javascript", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "source": "src/codeshift.config.js", "main": "dist/codeshift.config.js",