From 41c406964fc6bb94e0eba752d9440f49786aa867 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 1 May 2020 16:11:19 +0000 Subject: [PATCH] chore(release): 2.3.0 [skip ci] # [2.3.0](https://github.com/dominictwlee/react-interactive-guide/compare/v2.2.4...v2.3.0) (2020-05-01) ### Features * pass global styles to tooltip ([c6c9b34](https://github.com/dominictwlee/react-interactive-guide/commit/c6c9b34db3c9f7d1d7eaf2bbf5ab38a39d0eb750)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9501332..ce76df3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.3.0](https://github.com/dominictwlee/react-interactive-guide/compare/v2.2.4...v2.3.0) (2020-05-01) + + +### Features + +* pass global styles to tooltip ([c6c9b34](https://github.com/dominictwlee/react-interactive-guide/commit/c6c9b34db3c9f7d1d7eaf2bbf5ab38a39d0eb750)) + ## [2.2.4](https://github.com/dominictwlee/react-interactive-guide/compare/v2.2.3...v2.2.4) (2020-05-01) diff --git a/package.json b/package.json index 074604c..cc5f47a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-interactive-guide", - "version": "2.2.4", + "version": "2.3.0", "description": "Interactive tour guide for your react app", "source": "src/index.ts", "main": "dist/index.js",