Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
otakustay committed Feb 21, 2023
1 parent 48e9153 commit 309a800
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

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.0.0](https://github.com/otakustay/react-diff-view/compare/v2.6.0...v3.0.0) (2023-02-21)


### ⚠ BREAKING CHANGES

* types may not be exactly what you expected
* some code introduces modern grammar like optional chain and template string, not sure the are all transformed by babel

### Features

* add TypeScript support ([#189](https://github.com/otakustay/react-diff-view/issues/189)) ([95f634b](https://github.com/otakustay/react-diff-view/commit/95f634b56926c3da540960d7dbc9be29214bf7e6))
* export util functions to check change type ([30cd5cf](https://github.com/otakustay/react-diff-view/commit/30cd5cfa177897ee2ff328797873ab31347d6120))
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.6.0",
"version": "3.0.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 309a800

Please sign in to comment.