Skip to content

Commit

Permalink
v4.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
i-tier-bot committed Jul 26, 2022
1 parent 3af783d commit 3aef997
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### v4.2.7 (2022-07-26)
<a id="v4.2.7"></a>
#### 🏡 Internal

* [#18](https://github.com/groupon/phy/pull/18) ci(actions): add GitHub actions ([@aaarichter](https://github.com/aaarichter))
* [#25](https://github.com/groupon/phy/pull/25) accept falsey kids ([@dbushong](https://github.com/dbushong))


### v4.2.6 (2021-03-27)

#### 🏡 Internal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![nlm-github](https://img.shields.io/badge/github-groupon%2Fphy%2Fissues-F4D03F?logo=github&logoColor=white)](https://github.com/groupon/phy/issues)
![nlm-node](https://img.shields.io/badge/node-%3E%3D8.3-blue?logo=node.js&logoColor=white)
![nlm-version](https://img.shields.io/badge/version-4.2.6-blue?logo=version&logoColor=white)
![nlm-version](https://img.shields.io/badge/version-4.2.7-blue?logo=version&logoColor=white)
# `phy`

Minimal hyperscript helpers for Preact.
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.2.6",
"version": "4.2.7",
"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 3aef997

Please sign in to comment.