Skip to content

Commit bc125b0

Browse files
committed
v3.3.3
1 parent a25f3b7 commit bc125b0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Unreleased
22
==================
33

4+
3.3.3 / 2022-08-08
5+
==================
6+
- [Fix] Mark ChainExpression as a noop (#109)
7+
- [Deps] update `object.assign`
8+
- [Dev Deps] update `@babel/core`, `@babel/eslint-parser`, `@babel/parser`, `eslint`
9+
410
3.3.2 / 2022-07-06
511
==================
612
- [Fix] Handle `as` casts in TSNonNullExpression

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsx-ast-utils",
3-
"version": "3.3.2",
3+
"version": "3.3.3",
44
"description": "AST utility module for statically analyzing JSX",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)