Skip to content

Commit 77696a0

Browse files
committed
v2.4.0
1 parent 9d33a32 commit 77696a0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to JSONPath Notebook will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.4.0] - 2025-01-18
9+
10+
### Upgrades
11+
- Upgraded underlying JSONPath engine `json-p3` to the latest version `2.0`. This upgrade includes various bug fixes and improvements. See https://github.com/jg-rp/json-p3/releases for more details.
12+
813
## [2.3.0] - 2024-06-09
914

1015
### Added

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type": "git",
1313
"url": "https://github.com/mesarth/JSONPath-Notebook/"
1414
},
15-
"version": "2.3.0",
15+
"version": "2.4.0",
1616
"engines": {
1717
"vscode": "^1.80.0"
1818
},

0 commit comments

Comments
 (0)