From 8a83756433316ae5136f71ecf7ef67f36861b77f Mon Sep 17 00:00:00 2001 From: Razz4780 Date: Wed, 20 Nov 2024 15:58:09 +0100 Subject: [PATCH] 3.63.0 --- CHANGELOG.md | 8 ++++++++ changelog.d/+explicitly-disable-from-env.added.md | 1 - package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 changelog.d/+explicitly-disable-from-env.added.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a5f2d18..92152216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.63.0](https://github.com/metalbear-co/mirrord-vscode/tree/3.63.0) - 2024-11-20 + + +### Added + +- Setting `MIRRORD_ACTIVE=0` environment variable will explicitly disable + mirrord for the run configuration. + ## [3.62.1](https://github.com/metalbear-co/mirrord-vscode/tree/3.62.1) - 2024-10-02 diff --git a/changelog.d/+explicitly-disable-from-env.added.md b/changelog.d/+explicitly-disable-from-env.added.md deleted file mode 100644 index 175f9795..00000000 --- a/changelog.d/+explicitly-disable-from-env.added.md +++ /dev/null @@ -1 +0,0 @@ -Setting `MIRRORD_ACTIVE=0` environment variable will explicitly disable mirrord. diff --git a/package-lock.json b/package-lock.json index 4b6ca1d7..76c7db81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mirrord", - "version": "3.62.1", + "version": "3.63.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mirrord", - "version": "3.62.0", + "version": "3.63.0", "dependencies": { "axios": "^1.4.0", "semver": "^7.5.4", diff --git a/package.json b/package.json index aa025c68..67d38b04 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "mirrord", "description": "Run your local process in the context of your cloud cluster", "publisher": "MetalBear", - "version": "3.62.1", + "version": "3.63.0", "engines": { "vscode": "^1.63.0" },