Skip to content

Commit ef0af9b

Browse files
release: 1.3.0 (#93)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 222e5ff commit ef0af9b

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/heavy-rockets-guess.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.3.0
4+
5+
### Minor Changes
6+
7+
- [#92](https://github.com/eps1lon/types-react-codemod/pull/92) [`0d92140`](https://github.com/eps1lon/types-react-codemod/commit/0d92140edabcb94e25aa4b7cef9340a7b13c110b) Thanks [@eps1lon](https://github.com/eps1lon)! - Ensure TypeScript instantiation expressions can be parsed
8+
9+
[Instantiation expressions](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#instantiation-expressions) were added in TypeScript 4.7.
10+
311
## 1.2.1
412

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

0 commit comments

Comments
 (0)