Skip to content

Commit

Permalink
chore(release): 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
otakustay committed Feb 18, 2024
1 parent b531e13 commit 20241a0
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
Expand Up @@ -2,6 +2,13 @@

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.1](https://github.com/otakustay/react-diff-view/compare/v3.2.0...v3.2.1) (2024-02-18)


### Bug Fixes

* not showing empty context line below diff ([b531e13](https://github.com/otakustay/react-diff-view/commit/b531e13f9fb9df2480d73e68fca7c01821a186fc))

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


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.2.0",
"version": "3.2.1",
"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 20241a0

Please sign in to comment.