Skip to content

Commit

Permalink
build: bump 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonguo committed Sep 7, 2022
1 parent bb4aa2c commit ff9d83f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.2.1](https://github.com/simonguo/react-code-view/compare/2.2.0...2.2.1) (2022-09-07)


### Bug Fixes

* **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))



# [2.2.0](https://github.com/simonguo/react-code-view/compare/2.1.0...2.2.0) (2022-08-01)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ff9d83f

Please sign in to comment.