We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b106c commit 1a57927Copy full SHA for 1a57927
CHANGELOG.md
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
### Changed:
13
14
- 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
16
17
## [1.0.2] - 2025-07-06
18
package.json
@@ -16,7 +16,7 @@
],
"repository": {
"type": "git",
19
- "url": "https://github.com/garrytrinder/dev-proxy-toolkit.git"
+ "url": "https://github.com/dev-proxy-tools/toolkit.git"
20
},
21
"main": "./dist/extension.js",
22
"contributes": {
0 commit comments