Skip to content

Commit 5a81aca

Browse files
committed
v3.3.1
1 parent ad21296 commit 5a81aca

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

4+
3.3.1 / 2022-06-22
5+
==================
6+
- [Fix] `ArrayExpression`: handle sparse array (#117)
7+
- [Deps] update `array-includes`
8+
- [meta] move jest config to separate file
9+
- [meta] use `npmignore` to autogenerate an npmignore file
10+
- [Dev Deps] update `@babel/core`, `@babel/eslint-parser`, `@babel/parser`, `eslint`
11+
412
3.3.0 / 2022-04-30
513
==================
614
- [New] add `JSXFragment`, `JSXText`; fix `JSXElement` to handle children

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.0",
3+
"version": "3.3.1",
44
"description": "AST utility module for statically analyzing JSX",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)