diff --git a/.changeset/light-mirrors-tickle.md b/.changeset/light-mirrors-tickle.md deleted file mode 100644 index 9c18db9a..00000000 --- a/.changeset/light-mirrors-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"types-react-codemod": patch ---- - -Switch to trusted publishing diff --git a/CHANGELOG.md b/CHANGELOG.md index 219759be..30ca1ff5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # types-react-codemod +## 3.5.3 + +### Patch Changes + +- Switch to trusted publishing ([#492](https://github.com/eps1lon/types-react-codemod/pull/492) [`18d0cef`](https://github.com/eps1lon/types-react-codemod/commit/18d0cef7b7235cc896ab6babd2f2e7439da5ea7e) by [@eps1lon](https://github.com/eps1lon)) + ## 3.5.2 ### Patch Changes diff --git a/package.json b/package.json index b4c531be..c6609e34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "types-react-codemod", - "version": "3.5.2", + "version": "3.5.3", "bin": "bin/types-react-codemod.cjs", "scripts": { "format": "prettier . --write",