Skip to content

Commit 492b850

Browse files
committed
release v1.1.1
1 parent fd1f9ec commit 492b850

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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
9+
10+
### Fixed
11+
812
## [1.1.1] - 2024-01-03
913

1014
### Fixed

package.json

+2-2
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.0",
15+
"version": "1.1.1",
1616
"engines": {
1717
"vscode": "^1.80.0"
1818
},
@@ -88,7 +88,7 @@
8888
"lint": "eslint src --ext ts",
8989
"test": "node ./out/test/runTest.js",
9090
"package": "vsce package",
91-
"deploy": "vsce publish --yarn"
91+
"deploy": "vsce publish --yarn --skip-duplicate"
9292
},
9393
"devDependencies": {
9494
"@types/chai": "^4.3.5",

0 commit comments

Comments
 (0)