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 5c1aa7f commit 18a3c85Copy full SHA for 18a3c85
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## [2.3.1](https://github.com/simonguo/react-code-view/compare/2.3.0...2.3.1) (2024-01-26)
2
+
3
4
+### Bug Fixes
5
6
+* fix HTML parsing error ([#54](https://github.com/simonguo/react-code-view/issues/54)) ([5c1aa7f](https://github.com/simonguo/react-code-view/commit/5c1aa7f3a0c6401284490fa653edb6263049a7e1))
7
8
9
10
# [2.3.0](https://github.com/simonguo/react-code-view/compare/2.2.1...2.3.0) (2024-01-26)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "react-code-view",
- "version": "2.3.0",
+ "version": "2.3.1",
"description": "Code view for React",
"main": "cjs/index.js",
"module": "esm/index.js",
0 commit comments