From 665899634663cfda522403fd6a9eefaf7d94daf5 Mon Sep 17 00:00:00 2001 From: "@5app-Machine" Date: Fri, 29 May 2020 12:36:34 +0000 Subject: [PATCH] chore(release): 9.3.0 [skip ci] # [9.3.0](https://github.com/5app/base5-ui/compare/v9.2.2...v9.3.0) (2020-05-29) ### Features * **useEventListener:** Add 'capture' option, noissue ([431dcbd](https://github.com/5app/base5-ui/commit/431dcbdc4512543e15896997102962703b0339fa)) * **useOnClickOutside:** export listener function, noissue ([2fbde07](https://github.com/5app/base5-ui/commit/2fbde0767ec1955e5d4517f36fde58c6c0e89504)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 264e0554..213bdb42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [9.3.0](https://github.com/5app/base5-ui/compare/v9.2.2...v9.3.0) (2020-05-29) + + +### Features + +* **useEventListener:** Add 'capture' option, noissue ([431dcbd](https://github.com/5app/base5-ui/commit/431dcbdc4512543e15896997102962703b0339fa)) +* **useOnClickOutside:** export listener function, noissue ([2fbde07](https://github.com/5app/base5-ui/commit/2fbde0767ec1955e5d4517f36fde58c6c0e89504)) + ## [9.2.2](https://github.com/5app/base5-ui/compare/v9.2.1...v9.2.2) (2020-05-27) diff --git a/package.json b/package.json index e920719f..60714d9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "9.2.2", + "version": "9.3.0", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {