diff --git a/CHANGELOG.md b/CHANGELOG.md index 19eb72d..a306f10 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.26.3](https://github.com/n1c0de/react-json-view/compare/v1.26.2...v1.26.3) (2025-05-26) + ### [1.26.2](https://github.com/microlinkhq/react-json-view/compare/v1.26.1...v1.26.2) (2025-05-16) ### [1.26.1](https://github.com/microlinkhq/react-json-view/compare/v1.26.0...v1.26.1) (2025-02-15) diff --git a/package.json b/package.json index 16421bb..75f3d51 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.26.2", + "version": "1.26.3", "main": "dist/main.js", "author": { "name": "Mac Gainor" @@ -175,6 +175,10 @@ { "name": "Mert Donmezyurek", "email": "info@mertdy.com" + }, + { + "name": "n1c0de", + "email": "n1c0de@protonmail.com" } ], "repository": {