Skip to content

Commit

Permalink
release: 3.4.1 (#437)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 14, 2024
1 parent a7cc3ce commit c4304e0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/fifty-schools-shout.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# types-react-codemod

## 3.4.1

### Patch Changes

- 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))

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`

## 3.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "types-react-codemod",
"version": "3.4.0",
"version": "3.4.1",
"bin": "bin/types-react-codemod.cjs",
"scripts": {
"format": "prettier . --write",
Expand Down

0 comments on commit c4304e0

Please sign in to comment.