diff --git a/README.md b/README.md index f9c0761..201954d 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 8c972c1..efae423 100644 --- a/package.json +++ b/package.json @@ -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",