From 4e64cd0fbf86db84c75b7e8aed0b4cfbeab77d3d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 15 Dec 2021 10:18:23 +0000 Subject: [PATCH] chore(release): 3.1.0 [skip ci] # [3.1.0](https://github.com/stopyransky/fh-hooks/compare/v3.0.0...v3.1.0) (2021-12-15) ### Features * add triggerEvent property to useClickAway to enable closing on hover ([6448fc5](https://github.com/stopyransky/fh-hooks/commit/6448fc5647346ded87efbb8ccd2ea1eb73a5000a)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71a2a6b..1049ef8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.1.0](https://github.com/stopyransky/fh-hooks/compare/v3.0.0...v3.1.0) (2021-12-15) + + +### Features + +* add triggerEvent property to useClickAway to enable closing on hover ([6448fc5](https://github.com/stopyransky/fh-hooks/commit/6448fc5647346ded87efbb8ccd2ea1eb73a5000a)) + # [3.0.0](https://github.com/stopyransky/fh-hooks/compare/v2.1.1...v3.0.0) (2021-10-26) diff --git a/package.json b/package.json index feb466b..8c7b864 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fh-hooks", - "version": "3.0.0", + "version": "3.1.0", "license": "MIT", "author": "Karol Stopyra", "repository": {