We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb4aa2c commit ff9d83fCopy full SHA for ff9d83f
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## [2.2.1](https://github.com/simonguo/react-code-view/compare/2.2.0...2.2.1) (2022-09-07)
2
+
3
4
+### Bug Fixes
5
6
+* **CodeEditor:** fix Codemirror being initialized twice ([#40](https://github.com/simonguo/react-code-view/issues/40)) ([bb4aa2c](https://github.com/simonguo/react-code-view/commit/bb4aa2cc3088b1ac64ca94a58ad04aa69f0e8dea))
7
8
9
10
# [2.2.0](https://github.com/simonguo/react-code-view/compare/2.1.0...2.2.0) (2022-08-01)
11
12
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "react-code-view",
- "version": "2.2.0",
+ "version": "2.2.1",
"description": "Code view for React",
"main": "cjs/index.js",
"module": "esm/index.js",
0 commit comments