Skip to content

Commit 9e47e9a

Browse files
chore(release): 4.1.0 [skip ci]
# [4.1.0](v4.0.0...v4.1.0) (2021-03-07) ### Features * Replace classnames dependency with clsx ([7f6222f](7f6222f))
1 parent 824fe86 commit 9e47e9a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [4.1.0](https://github.com/researchgate/react-fast-highlight/compare/v4.0.0...v4.1.0) (2021-03-07)
2+
3+
4+
### Features
5+
6+
* Replace classnames dependency with clsx ([7f6222f](https://github.com/researchgate/react-fast-highlight/commit/7f6222fef56cd1c4c5cf13f70196ae3e07a7fc8f))
7+
18
# [4.0.0](https://github.com/researchgate/react-fast-highlight/compare/v3.0.0...v4.0.0) (2020-04-30)
29

310
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-fast-highlight",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "A fast react component wrapper for highlight.js",
55
"main": "lib/js/index.js",
66
"module": "lib/esm/index.js",

0 commit comments

Comments
 (0)