Skip to content

Commit

Permalink
v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
i-tier-bot committed Dec 24, 2019
1 parent 9ad65ce commit e9a0fa0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 4.2.0

* terse Fragment syntax - **[@dbushong](https://github.com/dbushong)** [#9](https://github.com/groupon/phy/pull/9)
- [`659f4e0`](https://github.com/groupon/phy/commit/659f4e0ddcf21710b1797ab823a1187c744c8d2d) **feat:** terse Fragment syntax


### 4.1.0

* export isVNode function - **[@aotarola](https://github.com/aotarola)** [#8](https://github.com/groupon/phy/pull/8)
Expand Down
2 changes: 1 addition & 1 deletion 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": "phy",
"version": "4.1.0",
"version": "4.2.0",
"description": "Phy is a set of minimalist hyperscript helpers for Preact",
"license": "BSD-3-Clause",
"main": "lib/phy.js",
Expand Down

0 comments on commit e9a0fa0

Please sign in to comment.