Skip to content

Commit b701cde

Browse files
committed
types/engine to 1.52
1 parent 8c3302f commit b701cde

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ The main purpose behind this major release is a complete overhaul of the underly
7070
- "f5" OUTPUT now becomes visible when main hosts view becomes visible
7171
- this required some small adjustments to the logging class output
7272

73+
74+
- beta.13 - 4.16
75+
- rolled back @types/vscode package to 1.50.0 to support older versions of vscode (mainly udf coder)
76+
- beta.14 - 4.16
77+
- pushed up @types/vscode package to 1.52.0 to support new markdown features in view hovers
78+
7379
---
7480

7581
## [2.10.7] - (02-09-2021)

package-lock.json

Lines changed: 9 additions & 9 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
@@ -3,7 +3,7 @@
33
"displayName": "The F5 Extension",
44
"description": "Supercharge your F5 automation development",
55
"publisher": "F5DevCentral",
6-
"version": "3.0.0-beta.13",
6+
"version": "3.0.0-beta.14",
77
"keywords": [
88
"F5",
99
"F5Networks",
@@ -19,7 +19,7 @@
1919
"Snippets"
2020
],
2121
"engines": {
22-
"vscode": "^1.50.0"
22+
"vscode": "^1.52.0"
2323
},
2424
"bugs": {
2525
"url": "https://github.com/f5devcentral/vscode-f5/issues"
@@ -1142,7 +1142,7 @@
11421142
"@types/js-yaml": "4.0.0",
11431143
"@types/mocha": "^7.0.1",
11441144
"@types/node": "^12.20.6",
1145-
"@types/vscode": "^1.50.0",
1145+
"@types/vscode": "^1.52.0",
11461146
"@typescript-eslint/eslint-plugin": "^2.34.0",
11471147
"@typescript-eslint/parser": "^2.34.0",
11481148
"eslint": "^6.8.0",

0 commit comments

Comments
 (0)