From c263aa09a143b04836c30c52a659ca34307cd599 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 25 Apr 2021 00:53:08 +0000 Subject: [PATCH] chore(release): 4.2.18 [skip ci] ## [4.2.18](https://github.com/wwayne/react-tooltip/compare/v4.2.17...v4.2.18) (2021-04-25) ### Bug Fixes * **src/index.js:** add accessibility support for tabbing ([#695](https://github.com/wwayne/react-tooltip/issues/695)) ([ae936a5](https://github.com/wwayne/react-tooltip/commit/ae936a5)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ca1c16a..0908555b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.2.18](https://github.com/wwayne/react-tooltip/compare/v4.2.17...v4.2.18) (2021-04-25) + + +### Bug Fixes + +* **src/index.js:** add accessibility support for tabbing ([#695](https://github.com/wwayne/react-tooltip/issues/695)) ([ae936a5](https://github.com/wwayne/react-tooltip/commit/ae936a5)) + ## [4.2.17](https://github.com/wwayne/react-tooltip/compare/v4.2.16...v4.2.17) (2021-03-26) diff --git a/package.json b/package.json index d5be302c..eea8d166 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-tooltip", - "version": "4.2.17", + "version": "4.2.18", "description": "react tooltip component", "main": "dist/index.js", "types": "dist/react-tooltip.d.ts",