Skip to content

Commit

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

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


### Code Refactoring

* **order:** switch arguments order ([8b460d9](https://github.com/hybridables/try-catch-callback/commit/8b460d9))


### BREAKING CHANGES

* order: switch arguments order to follow convertions correctly



<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)

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.2",
"version": "2.0.0",
"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 563a65d

Please sign in to comment.