Skip to content

Commit 513dc73

Browse files
committed
v.1.2.1
1 parent 810b34a commit 513dc73

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ 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-
## [1.1.2] - 2024-01-03
8+
## [1.2.1] - 2024-01-15
9+
10+
### Added
11+
12+
- Automatically close single and double quotes when typing in a query
13+
- Tags for marketplace listing
914

1015
### Fixed
1116

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": "1.1.1",
15+
"version": "1.1.2",
1616
"engines": {
1717
"vscode": "^1.80.0"
1818
},

0 commit comments

Comments
 (0)