From 8a1124adb13766d454fc11d90a47ee702206d85c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 16 Apr 2021 02:23:09 +0000 Subject: [PATCH] chore(release): 1.7.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.7.0](https://github.com/SelectQuoteLabs/SQHooks/compare/v1.6.0...v1.7.0) (2021-04-16) ### Features * 🎸 add useClipboard hook with tests ([d6929ae](https://github.com/SelectQuoteLabs/SQHooks/commit/d6929aec6cc0c9d5f10b3ace9496998e2993daac)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c06a201..9538f37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.7.0](https://github.com/SelectQuoteLabs/SQHooks/compare/v1.6.0...v1.7.0) (2021-04-16) + + +### Features + +* 🎸 add useClipboard hook with tests ([d6929ae](https://github.com/SelectQuoteLabs/SQHooks/commit/d6929aec6cc0c9d5f10b3ace9496998e2993daac)) + ## [1.6.0](https://github.com/SelectQuoteLabs/SQHooks/compare/v1.5.0...v1.6.0) (2021-04-16) diff --git a/package-lock.json b/package-lock.json index fc8d025..98ca630 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@selectquotelabs/sqhooks", - "version": "1.6.0", + "version": "1.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 38e3705..fd0e5e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@selectquotelabs/sqhooks", - "version": "1.6.0", + "version": "1.7.0", "files": [ "dist" ],