diff --git a/CHANGELOG.md b/CHANGELOG.md index 70a5a35..129223a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [1.23.1](https://github.com/microlinkhq/react-json-view/compare/v1.23.0...v1.23.1) (2024-07-02) + ## [1.23.0](https://github.com/microlinkhq/react-json-view/compare/v1.22.2...v1.23.0) (2023-10-26) diff --git a/package.json b/package.json index 2071bb5..4938bf8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@microlink/react-json-view", "description": "Interactive react component for displaying javascript arrays and JSON objects.", "homepage": "https://github.com/microlinkhq/react-json-view", - "version": "1.23.0", + "version": "1.23.1", "main": "dist/main.js", "author": { "name": "Mac Gainor"