Skip to content

Commit

Permalink
2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
otakustay committed Feb 19, 2023
1 parent f4d6fe8 commit 82c80be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -746,3 +746,7 @@ I don't really know how to test such a complicated and UI centric component, any
### 2.4.0

- Add CSS variables to customize diff components.

### 2.6.0

- Add more CSS variable to customize text color inside insert, delete changes.
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": "2.5.0",
"version": "2.6.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 82c80be

Please sign in to comment.