diff --git a/.changeset/famous-islands-turn.md b/.changeset/famous-islands-turn.md deleted file mode 100644 index 54e14f3..0000000 --- a/.changeset/famous-islands-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect/codemod": patch ---- - -move Utils to public directory diff --git a/CHANGELOG.md b/CHANGELOG.md index 29ce32f..b02d768 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect/codemod +## 0.0.12 + +### Patch Changes + +- [#29](https://github.com/Effect-TS/codemod/pull/29) [`d2577cc`](https://github.com/Effect-TS/codemod/commit/d2577cc799635aee444c717cb9bf70b0db3a104a) Thanks [@tim-smart](https://github.com/tim-smart)! - move Utils to public directory + ## 0.0.11 ### Patch Changes diff --git a/package.json b/package.json index 97df98e..fdbb30c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@effect/codemod", - "version": "0.0.11", + "version": "0.0.12", "publishConfig": { "access": "public", "directory": "dist"