Skip to content

Commit 366d623

Browse files
committed
v2.2.0
1 parent 83dede4 commit 366d623

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
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.2.0] - 2024-04-04
9+
10+
### Added
11+
Switch between standard and non-standard syntax for [additional functionality](https://github.com/mesarth/JSONPath-Notebook#extended-syntax-mode)
12+
813
## [2.1.0] - 2024-03-24
914

1015
### Changed

package.json

Lines changed: 1 addition & 1 deletion
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.1.0",
15+
"version": "2.2.0",
1616
"engines": {
1717
"vscode": "^1.80.0"
1818
},

0 commit comments

Comments
 (0)