Skip to content

Commit 8bf758e

Browse files
authored
Allow extension to be used with older versions of VSCode (#146)
* Allow extension to be used with older versions of VSCode * Update changelog
1 parent cf3e6d9 commit 8bf758e

File tree

3 files changed

+8
-23
lines changed

3 files changed

+8
-23
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project 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-
## [0.11.1] - Unreleased
8+
## [0.11.2] - Unreleased
99

1010
### Changed:
1111

package-lock.json

Lines changed: 4 additions & 19 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
@@ -2,10 +2,10 @@
22
"name": "dev-proxy-toolkit",
33
"displayName": "Dev Proxy Toolkit",
44
"description": "Makes it easy to create and update Dev Proxy configuration files.",
5-
"version": "0.11.1",
5+
"version": "0.11.2",
66
"publisher": "garrytrinder",
77
"engines": {
8-
"vscode": "^1.85.0"
8+
"vscode": "^1.89.0"
99
},
1010
"categories": [
1111
"Snippets",
@@ -153,7 +153,7 @@
153153
"@types/mocha": "^10.0.9",
154154
"@types/node": "^20.11.17",
155155
"@types/sinon": "^17.0.3",
156-
"@types/vscode": "^1.95.0",
156+
"@types/vscode": "^1.89.0",
157157
"@typescript-eslint/eslint-plugin": "^6.21.0",
158158
"@typescript-eslint/parser": "^6.21.0",
159159
"@vscode/test-cli": "^0.0.10",

0 commit comments

Comments
 (0)