diff --git a/CHANGELOG.md b/CHANGELOG.md index f97bab7f..95edd07d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.59.0](https://github.com/metalbear-co/mirrord-vscode/tree/3.59.0) - 2024-05-16 + + +### Added + +- Users can now specify MIRRORD_ACTIVE=1 in run configuration's environment + variable to explicitly enable mirrord regardless of the button status + [#122](https://github.com/metalbear-co/mirrord-vscode/issues/122) + + ## [3.58.0](https://github.com/metalbear-co/mirrord-vscode/tree/3.58.0) - 2024-04-01 diff --git a/changelog.d/122.added.md b/changelog.d/122.added.md deleted file mode 100644 index 2e8dc70d..00000000 --- a/changelog.d/122.added.md +++ /dev/null @@ -1,2 +0,0 @@ -Users can now specify MIRRORD_ACTIVE=1 in run configuration's environment - variable to explicitly enable mirrord regardless of the button status \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index e01679f6..4a6e73b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mirrord", - "version": "3.58.0", + "version": "3.59.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mirrord", - "version": "3.58.0", + "version": "3.59.0", "dependencies": { "axios": "^1.4.0", "semver": "^7.5.4", diff --git a/package.json b/package.json index 66e35ae0..864e4d5e 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.58.0", + "version": "3.59.0", "engines": { "vscode": "^1.63.0" },