Skip to content

Commit ef88b39

Browse files
chore(release): 3.3.2 [skip ci]
## [3.3.2](v3.3.1...v3.3.2) (2024-01-31) ### Bug Fixes * correct the default value of `useDarkTheme` in README ([#39](#39)) ([8233d02](8233d02))
1 parent 8233d02 commit ef88b39

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.3.2](https://github.com/aeolun/react-diff-viewer-continued/compare/v3.3.1...v3.3.2) (2024-01-31)
2+
3+
4+
### Bug Fixes
5+
6+
* correct the default value of `useDarkTheme` in README ([#39](https://github.com/aeolun/react-diff-viewer-continued/issues/39)) ([8233d02](https://github.com/aeolun/react-diff-viewer-continued/commit/8233d02a2d90e6c49a2ecd183d46982b9905d7c3))
7+
18
## [3.3.1](https://github.com/aeolun/react-diff-viewer-continued/compare/v3.3.0...v3.3.1) (2023-10-18)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-diff-viewer-continued",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"private": false,
55
"description": "Continuation of a simple and beautiful text diff viewer component made with diff and React",
66
"keywords": [

0 commit comments

Comments
 (0)