Skip to content

Commit 95d86c2

Browse files
committed
3.0.2 update
1 parent b297745 commit 95d86c2

File tree

4 files changed

+21
-14
lines changed

4 files changed

+21
-14
lines changed

.vscode/extensions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// for the documentation about the extensions.json format
44
"recommendations": [
55
"bitwisecook.iapp",
6-
"bitwisecook.irule"
6+
"bitwisecook.irule",
7+
"f5devcentral.vscode-f5-chariot"
78
]
89
}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
1111

1212
---
1313

14+
## [3.0.2] - (05-06-2021)
15+
16+
- Updated package lock references to "lodash": ">=4.17.21", for CVE-2021-23337: <https://github.com/advisories/GHSA-35jh-r3h4-6jhm>
17+
18+
---
19+
1420
## [3.0.1] - (05-06-2021)
1521

1622
The main purpose behind this major release is a complete overhaul of the underlying rest/api calls. Most of the functionality has been moved to the f5-conx-core project/package so it can be consumed by others. F5-conx-core is now providing most of the device connectivity and function management within the vscode-f5 extension. Most of the code within the vscode-f5 extension is focused on providing the UI for all this functionality

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
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.1",
6+
"version": "3.0.2",
77
"keywords": [
88
"F5",
99
"F5Networks",

0 commit comments

Comments
 (0)