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" },