Skip to content

Commit 3ba7a94

Browse files
release: 2.0.1 (#213)
* Version Packages * Poke GH actions --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: eps1lon <silbermann.sebastian@gmail.com>
1 parent 5ea4bb5 commit 3ba7a94

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/nervous-bulldogs-scream.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+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- [#210](https://github.com/eps1lon/types-react-codemod/pull/210) [`a47bd09`](https://github.com/eps1lon/types-react-codemod/commit/a47bd09809991be0c89922dcbe6ba616a270d94e) Thanks [@eps1lon](https://github.com/eps1lon)! - Ensure jscodeshift can be executed
8+
9+
Fixes `/usr/bin/env: ‘node\r’: No such file or directory`
10+
311
## 2.0.0
412

513
### Major 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": "2.0.0",
3+
"version": "2.0.1",
44
"bin": "bin/types-react-codemod.cjs",
55
"scripts": {
66
"format": "prettier . --write",

0 commit comments

Comments
 (0)