Skip to content

Commit

Permalink
preparing for 0.9.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AnyRoad committed Jul 9, 2023
1 parent f850858 commit 5f2aa55
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 0.9.7

### New Features

- Added [BigInt](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) rendering support

## 0.9.6

### Bug Fixes

- Fixed css style for comma after primitive type value

## 0.9.5

### New Features

- Added minimum a11y support
- Added React 18 to peer dependencies
- Updated dev dependencies versions
- Added storybook

## 0.9.4

### New Features
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-json-view-lite",
"version": "0.9.6",
"version": "0.9.7",
"description": "JSON viewer component for React focused on performance for large volume input while still providing few customiziation features",
"homepage": "http://anyroad.github.io/react-json-view-lite",
"author": "AnyRoad",
Expand Down

0 comments on commit 5f2aa55

Please sign in to comment.