Skip to content

Commit

Permalink
chore(release): 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Sep 10, 2016
1 parent 8e3b050 commit d22e5ae
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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.

<a name="0.1.3"></a>
## [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))



<a name="0.1.2"></a>
## [0.1.2](https://github.com/tunnckocore/base-task-alias/compare/v0.1.1...v0.1.2) (2016-09-10)

Expand Down
2 changes: 1 addition & 1 deletion 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)",
Expand Down

0 comments on commit d22e5ae

Please sign in to comment.