Skip to content

Commit 4ab97cc

Browse files
release: 1.2.1 (#70)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 52da899 commit 4ab97cc

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/strange-news-smoke.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+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- [#69](https://github.com/eps1lon/types-react-codemod/pull/69) [`52da899`](https://github.com/eps1lon/types-react-codemod/commit/52da899062db71f28656b94a0c0b08d1b6c019fd) Thanks [@eps1lon](https://github.com/eps1lon)! - Don't use `import` statement.
8+
9+
Fixes errors like "SyntaxError: Cannot use import statement outside a module".
10+
311
## 1.2.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": "1.2.0",
3+
"version": "1.2.1",
44
"bin": "bin/types-react-codemod.cjs",
55
"scripts": {
66
"format": "prettier . --write",

0 commit comments

Comments
 (0)