diff --git a/CHANGELOG.md b/CHANGELOG.md index 1462c42..1c3bdd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 3.1.1 + +* chore(deps): bump js-yaml from 3.12.0 to 3.13.1 - **[@dependabot[bot]](https://github.com/apps/dependabot)** [#4](https://github.com/groupon/phy/pull/4) + - [`75f5fc9`](https://github.com/groupon/phy/commit/75f5fc9c5eab7c086c0cb729acaa40f329b55d17) **chore:** bump js-yaml from 3.12.0 to 3.13.1 + + ### 3.1.0 * passthru Component and render from preact - **[@dbushong](https://github.com/dbushong)** [#2](https://github.com/groupon/phy/pull/2) diff --git a/package.json b/package.json index 05f0bf5..f9cdbbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phy", - "version": "3.1.0", + "version": "3.1.1", "description": "Phy is a set of minimalist hyperscript helpers for Preact", "license": "BSD-3-Clause", "main": "lib/phy.js",