From 392fa791ca3ab493696138e41d4bbe83d983087c Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Fri, 27 Sep 2024 15:10:48 +0200 Subject: [PATCH] chore(release): 1.23.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d17e98..14205ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.3](https://github.com/microlinkhq/react-json-view/compare/v1.23.2...v1.23.3) (2024-09-27) + + +### Bug Fixes + +* function call ([86bbd60](https://github.com/microlinkhq/react-json-view/commit/86bbd60caef8d80b812a45c8ea9326df62fcb02f)) + ### [1.23.2](https://github.com/microlinkhq/react-json-view/compare/v1.23.1...v1.23.2) (2024-09-22) diff --git a/package.json b/package.json index 9475ae5..989c6e7 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.2", + "version": "1.23.3", "main": "dist/main.js", "author": { "name": "Mac Gainor"