Skip to content

Commit 689e12b

Browse files
authored
Update package repository URL. Closes #321 (#322)
1 parent f30627e commit 689e12b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
### Changed:
1313

1414
- Snippets: All snippets that reference schemas updated to use `v1.1.0` schema
15+
- Updated package repository URL to reflect migration to dev-proxy-tools organisation
1516

1617
## [1.0.2] - 2025-07-06
1718

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: 2 additions & 2 deletions
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.1.0",
5+
"version": "1.1.1",
66
"publisher": "garrytrinder",
77
"engines": {
88
"vscode": "^1.101.0"
@@ -16,7 +16,7 @@
1616
],
1717
"repository": {
1818
"type": "git",
19-
"url": "https://github.com/garrytrinder/dev-proxy-toolkit.git"
19+
"url": "https://github.com/dev-proxy-tools/toolkit.git"
2020
},
2121
"main": "./dist/extension.js",
2222
"contributes": {

0 commit comments

Comments
 (0)