Skip to content

Commit

Permalink
v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grrowl committed May 30, 2023
1 parent add8891 commit e07511b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.2.1

Removed invalid key `types` from `package.json` (thanks @imjordanxd)

# 2.2.0

Fix issue with build, `dist/` wasn't included with the ESM change (thanks @imjordanxd)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-keyed-flatten-children",
"version": "2.2.0",
"version": "2.2.1",
"description": "Flattens React children and fragments to an array with predictable and stable keys",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit e07511b

Please sign in to comment.