Skip to content

Commit

Permalink
chore(release): 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
otakustay committed Nov 13, 2023
1 parent 560149b commit 49cebd0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.2.0](https://github.com/otakustay/react-diff-view/compare/v3.1.0...v3.2.0) (2023-11-13)


### Features

* add data-change-key attribute to chnage elements ([#185](https://github.com/otakustay/react-diff-view/issues/185)) ([3b9440c](https://github.com/otakustay/react-diff-view/commit/3b9440c5e4492490fc760df98a55abaf5f26bc1a))


### Bug Fixes

* render whitespace on empty line tokenized ([#210](https://github.com/otakustay/react-diff-view/issues/210)) ([02a847c](https://github.com/otakustay/react-diff-view/commit/02a847c3a022ead324bce342c6d4778b1545b32c))

## [3.1.0](https://github.com/otakustay/react-diff-view/compare/v3.0.3...v3.1.0) (2023-08-31)


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-view",
"version": "3.1.0",
"version": "3.2.0",
"description": "A git diff component to consume the git unified diff output.",
"main": "./cjs/index.js",
"module": "./es/index.js",
Expand Down

0 comments on commit 49cebd0

Please sign in to comment.