diff --git a/CHANGELOG.md b/CHANGELOG.md index a2b400a..6e8faa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed: - Snippets: All snippets that reference schemas updated to use `v1.1.0` schema +- Updated package repository URL to reflect migration to dev-proxy-tools organisation ## [1.0.2] - 2025-07-06 diff --git a/package-lock.json b/package-lock.json index 2b9a3e0..3c8f157 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dev-proxy-toolkit", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dev-proxy-toolkit", - "version": "1.1.0", + "version": "1.1.1", "dependencies": { "json-to-ast": "2.1.0", "semver": "7.7.2" diff --git a/package.json b/package.json index 813b62d..c8cc5a3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "dev-proxy-toolkit", "displayName": "Dev Proxy Toolkit", "description": "Makes it easy to create and update Dev Proxy configuration files.", - "version": "1.1.0", + "version": "1.1.1", "publisher": "garrytrinder", "engines": { "vscode": "^1.101.0" @@ -16,7 +16,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/garrytrinder/dev-proxy-toolkit.git" + "url": "https://github.com/dev-proxy-tools/toolkit.git" }, "main": "./dist/extension.js", "contributes": {