diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ca4042..a38e6d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,5 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [1.0.1](https://github.com/ungoldman/hyperaxe/compare/v1.0.0...v1.0.1) (2018-02-21) + + +### Bug Fixes + +* **deps:** remove is-plain-object ([129ee34](https://github.com/ungoldman/hyperaxe/commit/129ee34)) + + + # 1.0.0 (2018-02-17) diff --git a/package.json b/package.json index a9cdb71..f40f4b8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hyperaxe", "description": "Enchanted hyperscript weapon.", - "version": "1.0.0", + "version": "1.0.1", "author": "Nate Goldman (https://ungoldman.com/)", "bugs": { "url": "https://github.com/ungoldman/hyperaxe/issues"