Skip to content

Commit

Permalink
chore(release): 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Oct 31, 2016
1 parent afc59b1 commit 157ad9f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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="1.1.2"></a>
## [1.1.2](https://github.com/hybridables/try-catch-callback/compare/v1.1.1...v1.1.2) (2016-10-31)


### Bug Fixes

* **callback:** should not call the cb after try/catch if passCallback:true ([afc59b1](https://github.com/hybridables/try-catch-callback/commit/afc59b1))



<a name="1.1.1"></a>
## [1.1.1](https://github.com/hybridables/try-catch-callback/compare/v1.1.0...v1.1.1) (2016-10-30)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "try-catch-callback",
"version": "1.1.1",
"version": "1.1.2",
"description": "try/catch block with a callback, used in [try-catch-core][]. Use it when you don't care about asyncness so much and don't want guarantees. If you care use [try-catch-core][].",
"repository": "hybridables/try-catch-callback",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
Expand Down

0 comments on commit 157ad9f

Please sign in to comment.