diff --git a/CHANGELOG.md b/CHANGELOG.md index ded16ef..dd22d67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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. + +## [0.1.3](https://github.com/tunnckocore/base-task-alias/compare/v0.1.2...v0.1.3) (2016-09-10) + + +### Bug Fixes + +* **docblock:** remove ` from method name ([656950f](https://github.com/tunnckocore/base-task-alias/commit/656950f)) +* **editorconfig:** md: insert_final_newline false ([fc01033](https://github.com/tunnckocore/base-task-alias/commit/fc01033)) +* **index.js:** .taskAlias returns this ([d46be6a](https://github.com/tunnckocore/base-task-alias/commit/d46be6a)) +* **taskAlias:** make it accept options object as second argument ([f7d63ce](https://github.com/tunnckocore/base-task-alias/commit/f7d63ce)) + + + ## [0.1.2](https://github.com/tunnckocore/base-task-alias/compare/v0.1.1...v0.1.2) (2016-09-10) diff --git a/package.json b/package.json index c1c1a5b..fc2ac05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base-task-alias", - "version": "0.1.2", + "version": "0.1.3", "description": "Plugin that adds `.taskAlias` method to your @node-base application. Creating alias task for some task.", "repository": "tunnckoCore/base-task-alias", "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",