Skip to content

Commit c06a8da

Browse files
committed
chore(release): 1.25.0
1 parent 9499d73 commit c06a8da

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.25.0](https://github.com/microlinkhq/react-json-view/compare/v1.24.1...v1.25.0) (2025-02-12)
6+
7+
8+
### Features
9+
10+
* Enhance VariableEditor to support BigNumber type handling ([98d2d1e](https://github.com/microlinkhq/react-json-view/commit/98d2d1e508f7121f46c2513435949a69454a75bf))
11+
512
### [1.24.1](https://github.com/microlinkhq/react-json-view/compare/v1.24.0...v1.24.1) (2025-02-12)
613

714
## [1.24.0](https://github.com/microlinkhq/react-json-view/compare/v1.23.4...v1.24.0) (2024-12-25)

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.24.1",
5+
"version": "1.25.0",
66
"main": "dist/main.js",
77
"author": {
88
"name": "Mac Gainor"

0 commit comments

Comments
 (0)