Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geotrev committed Jun 5, 2022
1 parent 9182fb9 commit f14458d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@


# [0.2.0](https://github.com/geotrev/snabbdom-transform-jsx-props/compare/0.1.5...0.2.0) (2022-06-05)

## [0.1.5](https://github.com/geotrev/snabbdom-transform-jsx-props/compare/0.1.4...0.1.5) (2022-01-30)

## [0.1.4](https://github.com/geotrev/snabbdom-transform-jsx-props/compare/0.1.5...0.1.6) (2022-01-27)
Expand Down Expand Up @@ -25,4 +29,4 @@

### Performance Improvements

- adds benchmark tools and replaces regexp prop matching to string comparison ([26d4ee9](https://github.com/geotrev/snabbdom-transform-jsx-props/commit/26d4ee9b00ed029d04f0428b8970d65eed15a0eb))
- adds benchmark tools and replaces regexp prop matching to string comparison ([26d4ee9](https://github.com/geotrev/snabbdom-transform-jsx-props/commit/26d4ee9b00ed029d04f0428b8970d65eed15a0eb))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snabbdom-transform-jsx-props",
"version": "0.1.5",
"version": "0.2.0",
"description": "Intuitive prop syntax for Snabbdom JSX.",
"main": "lib/snabbdom-transform-jsx-props.js",
"module": "src/index.js",
Expand Down

0 comments on commit f14458d

Please sign in to comment.