From f9f4f6f14c63724c5adbaaea0e5cbf0e04c06a0d Mon Sep 17 00:00:00 2001 From: tunnckoCore Date: Tue, 1 Nov 2016 02:12:14 +0200 Subject: [PATCH] chore(release): 1.0.4 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 969f535..944aa1c 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.4](https://github.com/hybridables/try-catch-core/compare/v1.0.3...v1.0.4) (2016-11-01) + + +### Bug Fixes + +* **links:** move to [@hybridables](https://github.com/hybridables) org ([dc7c3f0](https://github.com/hybridables/try-catch-core/commit/dc7c3f0)) +* **options:** pass options to try-catch-callback ([aba375d](https://github.com/hybridables/try-catch-core/commit/aba375d)) + + + ## [1.0.3](https://github.com/tunnckocore/try-catch-core/compare/v1.0.2...v1.0.3) (2016-09-22) diff --git a/package.json b/package.json index 96696b1..e7b59cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "try-catch-core", - "version": "1.0.3", + "version": "1.0.4", "description": "Asynchronous and sync tryCatch in one place. The callback is securely wrapped with a [dezalgo][] and [once][].", "repository": "hybridables/try-catch-core", "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",