From 2518853768f3341ea0120c88a52f3dcd991ac82f Mon Sep 17 00:00:00 2001 From: Andrei Alikov Date: Sun, 1 Sep 2024 15:52:38 +0900 Subject: [PATCH] release 1.5.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce6cac8..48a179f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.5.0 + +### Bug Fixes + +- [Fixed](https://github.com/AnyRoad/react-json-view-lite/issues/28): Improves empty objects and empty arrays. Also fixes too wide space between two spans having the `punctuation` class (e.g. `] ,` or `[ ]`) + ## 1.4.0 ### New Feature diff --git a/package.json b/package.json index 33558f2..3490ba9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-json-view-lite", - "version": "1.4.0", + "version": "1.5.0", "description": "JSON viewer component for React focused on performance for large volume input while still providing few customiziation features", "homepage": "https://github.com/AnyRoad/react-json-view-lite", "author": "AnyRoad",