We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 810b34a commit 513dc73Copy full SHA for 513dc73
CHANGELOG.md
@@ -5,7 +5,12 @@ All notable changes to JSONPath Notebook will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
-## [1.1.2] - 2024-01-03
+## [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
14
15
### Fixed
16
package.json
@@ -12,7 +12,7 @@
"type": "git",
"url": "https://github.com/mesarth/JSONPath-Notebook/"
},
- "version": "1.1.1",
+ "version": "1.1.2",
"engines": {
17
"vscode": "^1.80.0"
18
0 commit comments