From 106ed18915bccc9cd3f01ac6ced06ce5e6dbd63c Mon Sep 17 00:00:00 2001 From: nlm Date: Wed, 10 Oct 2018 18:00:49 +0000 Subject: [PATCH] v3.0.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..9c1e9f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +### 3.0.1 + +* Remove module support code - **[@jkrems](https://github.com/jkrems)** [#1](https://github.com/groupon/phy/pull/1) + - [`7d22912`](https://github.com/groupon/phy/commit/7d229120904583f795a4af426deacfa58d9e7088) **chore:** Remove module support code + - [`4fb935d`](https://github.com/groupon/phy/commit/4fb935de6a72c90f5dffaa915ba88c585819d3bc) **docs:** Correct year in copyright notice + - [`bab683e`](https://github.com/groupon/phy/commit/bab683e336aa0ad585d444f16168481553f23cbb) **fix:** Add back /tags entry point diff --git a/package.json b/package.json index bef547d..9842187 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phy", - "version": "3.0.0", + "version": "3.0.1", "description": "Phy is a set of minimalist hyperscript helpers for Preact", "license": "BSD-3-Clause", "main": "lib/phy.js",