Skip to content

Commit c4304e0

Browse files
release: 3.4.1 (#437)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a7cc3ce commit c4304e0

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/fifty-schools-shout.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# types-react-codemod
22

3+
## 3.4.1
4+
5+
### Patch Changes
6+
7+
- Declare dependency on `@babel/types` ([#435](https://github.com/eps1lon/types-react-codemod/pull/435) [`a7cc3ce`](https://github.com/eps1lon/types-react-codemod/commit/a7cc3ce07a5a7a2a6cbac36987c1b0ba4069343f) by [@huozhi](https://github.com/huozhi))
8+
9+
Fixes `types-react-codemod tried to access @babel/types, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound`
10+
311
## 3.4.0
412

513
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "types-react-codemod",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"bin": "bin/types-react-codemod.cjs",
55
"scripts": {
66
"format": "prettier . --write",

0 commit comments

Comments
 (0)