From 47a0a05277a9d6c6d914e60bc1cefb9258668b16 Mon Sep 17 00:00:00 2001 From: gaboesquivel Date: Fri, 11 Dec 2020 13:23:48 -0600 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - @blockmatic/hooks-utils@1.1.0 --- packages/hooks-utils/CHANGELOG.md | 16 ++++++++++++++++ packages/hooks-utils/package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/packages/hooks-utils/CHANGELOG.md b/packages/hooks-utils/CHANGELOG.md index 10af070..70b61db 100644 --- a/packages/hooks-utils/CHANGELOG.md +++ b/packages/hooks-utils/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.1.0](https://github.com/blockmatic/hooks-utils/compare/@blockmatic/hooks-utils@0.1.1...@blockmatic/hooks-utils@1.1.0) (2020-12-11) + + +### Bug Fixes + +* createContextHook export ([8e868e4](https://github.com/blockmatic/hooks-utils/commit/8e868e420968f6f1c29aef514bf852a58dab32dd)) + + +### Features + +* createContextHook fn ([1639f09](https://github.com/blockmatic/hooks-utils/commit/1639f091801632da1344e6a056d2fcfe065ca90f)) + + + + + ## [0.1.1](https://github.com/blockmatic/hooks-utils/compare/@blockmatic/hooks-utils@0.1.0...@blockmatic/hooks-utils@0.1.1) (2020-06-27) **Note:** Version bump only for package @blockmatic/hooks-utils diff --git a/packages/hooks-utils/package.json b/packages/hooks-utils/package.json index b6066a9..f11dbec 100644 --- a/packages/hooks-utils/package.json +++ b/packages/hooks-utils/package.json @@ -1,6 +1,6 @@ { "name": "@blockmatic/hooks-utils", - "version": "1.0.0", + "version": "1.1.0", "description": "Delightful utility hooks for React and React Native apps", "author": "Blockmatic.io", "repository": "git@github.com:blockmatic/hooks-utils.git",