Skip to content

Commit

Permalink
corkscrew 1.4.1 - vscode-f5 3.15.1 bug fix (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
DumpySquare authored Nov 3, 2023
1 parent c593680 commit e415593
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 17 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

---

## [3.15.1] - (11-03-2023)

### Added

- f5-corkscrew bug fix in v1.4.1, objCounter trying to count missing objects

---

## [3.15.0] - (08-18-2023)

### Added
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "The F5 Extension",
"description": "Supercharge your F5 automation development",
"publisher": "F5DevCentral",
"version": "3.15.0",
"version": "3.15.1",
"keywords": [
"F5",
"F5Networks",
Expand Down Expand Up @@ -72,7 +72,7 @@
"@f5devcentral/f5-fast-core": "^0.23.0",
"ajv": "^8.11.2",
"f5-conx-core": "^0.17.2",
"f5-corkscrew": "^1.4.0",
"f5-corkscrew": "^1.4.1",
"js-yaml": "^4.0.0"
},
"release": {
Expand Down
7 changes: 1 addition & 6 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,5 @@
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules",
"src/test/**/*",
"out"
]
]
}

0 comments on commit e415593

Please sign in to comment.