Skip to content

Commit 96e66da

Browse files
committed
v1.4.12
1 parent c230ec5 commit 96e66da

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

.sonarcloud.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sonar.projectVersion=1.4.11
1+
sonar.projectVersion=1.4.12

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to the "vskubi-lite" extension will be documented in this file.
44

5+
6+
## 1.4.12
7+
- Upgrade compatibility VScode ^1.89.0
8+
9+
## 1.4.11
10+
- Bump versions
11+
- Optimize favorite namespaces method
12+
513
## 1.4.10
614
- Fix security
715

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "vskubi-lite",
3-
"version": "1.4.11",
3+
"version": "1.4.12",
44
"displayName": "Kubi-lite",
55
"description": "Kubernetes CA-GIP/Kubi CLI, Lite wrapper version compatible with VSCode and Theia IDE",
66
"engines": {
7-
"vscode": "^1.90.0"
7+
"vscode": "^1.89.0"
88
},
99
"license": "MIT",
1010
"publisher": "lefebsy",
@@ -166,7 +166,7 @@
166166
"@types/js-yaml": "^3.12.5",
167167
"@types/node": "^14.11.2",
168168
"@types/user-home": "^2.0.2",
169-
"@types/vscode": "^1.90.0",
169+
"@types/vscode": "^1.89.0",
170170
"@types/ws": "^8.5.4",
171171
"@vscode/test-electron": "^2.4.0",
172172
"@vscode/vsce": "^2.29.0",

0 commit comments

Comments
 (0)