Skip to content

Commit 0123086

Browse files
committed
chore(release): 1.26.1
1 parent 4c45679 commit 0123086

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
### [1.26.1](https://github.com/microlinkhq/react-json-view/compare/v1.26.0...v1.26.1) (2025-02-15)
6+
7+
8+
### Bug Fixes
9+
10+
* resolve test failures in Node 20+ and below Node 17 ([c00d5cc](https://github.com/microlinkhq/react-json-view/commit/c00d5cc907c6200b6c7d9076c9e4a0a0bb8433b6))
11+
* rolling back the changes directly ([4c17310](https://github.com/microlinkhq/react-json-view/commit/4c173108ffc74974864ff8dbb845f5d4c24caed4))
12+
513
## [1.26.0](https://github.com/microlinkhq/react-json-view/compare/v1.25.0...v1.26.0) (2025-02-13)
614

715

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@microlink/react-json-view",
33
"description": "Interactive react component for displaying javascript arrays and JSON objects.",
44
"homepage": "https://github.com/microlinkhq/react-json-view",
5-
"version": "1.26.0",
5+
"version": "1.26.1",
66
"main": "dist/main.js",
77
"author": {
88
"name": "Mac Gainor"

0 commit comments

Comments
 (0)