From 9e47e9afc1b4f4c7352ef91d4d788ab816de2243 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 7 Mar 2021 12:27:26 +0000 Subject: [PATCH] chore(release): 4.1.0 [skip ci] # [4.1.0](https://github.com/researchgate/react-fast-highlight/compare/v4.0.0...v4.1.0) (2021-03-07) ### Features * Replace classnames dependency with clsx ([7f6222f](https://github.com/researchgate/react-fast-highlight/commit/7f6222fef56cd1c4c5cf13f70196ae3e07a7fc8f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74e8151e..de5487e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.1.0](https://github.com/researchgate/react-fast-highlight/compare/v4.0.0...v4.1.0) (2021-03-07) + + +### Features + +* Replace classnames dependency with clsx ([7f6222f](https://github.com/researchgate/react-fast-highlight/commit/7f6222fef56cd1c4c5cf13f70196ae3e07a7fc8f)) + # [4.0.0](https://github.com/researchgate/react-fast-highlight/compare/v3.0.0...v4.0.0) (2020-04-30) ### Bug Fixes diff --git a/package.json b/package.json index 273d9638..8de68668 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-fast-highlight", - "version": "4.0.0", + "version": "4.1.0", "description": "A fast react component wrapper for highlight.js", "main": "lib/js/index.js", "module": "lib/esm/index.js",