File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to JSONPath Notebook will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.1.2] - 2024-01-03
9
+
10
+ ### Fixed
11
+
8
12
## [ 1.1.1] - 2024-01-03
9
13
10
14
### Fixed
Original file line number Diff line number Diff line change 12
12
"type" : " git" ,
13
13
"url" : " https://github.com/mesarth/JSONPath-Notebook/"
14
14
},
15
- "version" : " 1.1.0 " ,
15
+ "version" : " 1.1.1 " ,
16
16
"engines" : {
17
17
"vscode" : " ^1.80.0"
18
18
},
88
88
"lint" : " eslint src --ext ts" ,
89
89
"test" : " node ./out/test/runTest.js" ,
90
90
"package" : " vsce package" ,
91
- "deploy" : " vsce publish --yarn"
91
+ "deploy" : " vsce publish --yarn --skip-duplicate "
92
92
},
93
93
"devDependencies" : {
94
94
"@types/chai" : " ^4.3.5" ,
You can’t perform that action at this time.
0 commit comments