Skip to content

Commit 1cddd71

Browse files
release: 1.0.2 (#47)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4897afa commit 1cddd71

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

.changeset/tough-dolphins-teach.md

-15
This file was deleted.

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# types-react-codemod
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [#46](https://github.com/eps1lon/types-react-codemod/pull/46) [`c0784a7`](https://github.com/eps1lon/types-react-codemod/commit/c0784a7b9d76d480a4e5aaa5dcaf1313a3effe5e) Thanks [@eps1lon](https://github.com/eps1lon)! - Parse .ts files without JSX plugin.
8+
9+
Otherwise code such as
10+
11+
```ts
12+
(<RegExp>expected).test(object);
13+
```
14+
15+
-- https://github.com/DefinitelyTyped/DefinitelyTyped/blob/3eacc5e0b7c56d2670a5a0e68735f7638e8f38f3/types/chai-like/chai-like-tests.ts#L15
16+
17+
could not be parsed.
18+
319
## 1.0.1
420

521
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "types-react-codemod",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"bin": "bin/types-react-codemod.cjs",
55
"scripts": {
66
"format": "prettier . --write",

0 commit comments

Comments
 (0)