We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824fe86 commit 9e47e9aCopy full SHA for 9e47e9a
CHANGELOG.md
@@ -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
8
# [4.0.0](https://github.com/researchgate/react-fast-highlight/compare/v3.0.0...v4.0.0) (2020-04-30)
9
10
### Bug Fixes
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",
0 commit comments