Skip to content

Commit

Permalink
chore(release): 3.2.5 [skip ci]
Browse files Browse the repository at this point in the history
## [3.2.5](v3.2.4...v3.2.5) (2023-01-23)

### Bug Fixes

* correctly break strings for long values so size remains within bounds ([cfa5de1](cfa5de1))
  • Loading branch information
semantic-release-bot committed Jan 23, 2023
1 parent cfa5de1 commit 648c5c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.2.5](https://github.com/aeolun/react-diff-viewer-continued/compare/v3.2.4...v3.2.5) (2023-01-23)


### Bug Fixes

* correctly break strings for long values so size remains within bounds ([cfa5de1](https://github.com/aeolun/react-diff-viewer-continued/commit/cfa5de1905644c34152dc8a692191d1e32410353))

## [3.2.4](https://github.com/aeolun/react-diff-viewer-continued/compare/v3.2.3...v3.2.4) (2022-12-23)


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-diff-viewer-continued",
"version": "3.2.4",
"version": "3.2.5",
"private": false,
"description": "Continuation of a simple and beautiful text diff viewer component made with diff and React",
"keywords": [
Expand Down

0 comments on commit 648c5c1

Please sign in to comment.