Skip to content

Commit c7bfc19

Browse files
committed
Increments version to v1.11.3
1 parent c90931f commit c7bfc19

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
> **Note**: odd version numbers, for example, `0.13.0`, are not included in this changelog. They are used to test the new features and fixes before the final release.
99
10-
## [1.11.2] - Unreleased
10+
## [1.11.3] - Unreleased
1111

1212
### Added:
1313

package-lock.json

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

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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": "1.11.2",
5+
"version": "1.11.3",
66
"publisher": "garrytrinder",
77
"engines": {
88
"vscode": "^1.101.0"
@@ -204,6 +204,11 @@
204204
"type": "number",
205205
"default": 8897,
206206
"description": "The port number used to communicate with Dev Proxy API."
207+
},
208+
"dev-proxy-toolkit.devProxyPath": {
209+
"type": "string",
210+
"default": "",
211+
"description": "Custom path to the Dev Proxy executable. If empty, auto-detection is used."
207212
}
208213
}
209214
},

0 commit comments

Comments
 (0)