diff --git a/CHANGELOG.md b/CHANGELOG.md index 31a8a0e..4aa96b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.2](https://github.com/tunnckoCore/dush-methods/compare/v1.0.1...v1.0.2) (2017-04-01) + + +### Bug Fixes + +* **ci:** move to CircleCI instead of TravisCI ([577aead](https://github.com/tunnckoCore/dush-methods/commit/577aead)) +* **index.js:** add isRegistered check ([721553e](https://github.com/tunnckoCore/dush-methods/commit/721553e)) + + + ## [1.0.1](https://github.com/tunnckoCore/dush-methods/compare/v1.0.0...v1.0.1) (2017-03-21) diff --git a/package.json b/package.json index 208c574..612ec96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dush-methods", - "version": "1.0.1", + "version": "1.0.2", "description": "Plugin for `dush` and anything based on it. It adds helper `.define` and `.delegate` methods", "repository": "tunnckoCore/dush-methods", "author": "Charlike Mike Reagent <@tunnckoCore> (https://i.am.charlike.online)",