Skip to content

Commit

Permalink
chore: release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geotrev committed May 18, 2024
1 parent 36d4971 commit 133c79c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@


# [0.3.0](https://github.com/geotrev/snabbdom-transform-jsx-props/compare/0.2.2...0.3.0) (2024-05-18)

## [0.2.2](https://github.com/geotrev/snabbdom-transform-jsx-props/compare/0.2.1...0.2.2) (2023-04-16)

## [0.2.1](https://github.com/geotrev/snabbdom-transform-jsx-props/compare/0.2.0...0.2.1) (2022-12-03)
Expand Down Expand Up @@ -38,4 +40,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.2.2",
"version": "0.3.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 133c79c

Please sign in to comment.