From c3f1661ea382c45a41466bd2281c7c89f5605933 Mon Sep 17 00:00:00 2001 From: Eyal Bukchin Date: Tue, 10 Oct 2023 18:21:29 +0300 Subject: [PATCH] update to 3.54.1 (#76) --- CHANGELOG.md | 15 +++++++++++++++ changelog.d/+dependency-bumped.internal.md | 1 - changelog.d/72.fixed.md | 1 - package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 changelog.d/+dependency-bumped.internal.md delete mode 100644 changelog.d/72.fixed.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fc9e1aa..b5d7a877 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,21 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.54.1](https://github.com/metalbear-co/mirrord-vscode/tree/3.54.1) - 2023-10-10 + + +### Fixed + +- Uses the `verify-config --ide` flag now to signal mirrord we're in an IDE + context. Changes `isTargetSet` to check for both `null` and `undefined`. + [#72](https://github.com/metalbear-co/mirrord-vscode/issues/72) + + +### Internal + +- Bumped `get-func-name` version. + + ## [3.54.0](https://github.com/metalbear-co/mirrord-vscode/tree/3.54.0) - 2023-09-27 diff --git a/changelog.d/+dependency-bumped.internal.md b/changelog.d/+dependency-bumped.internal.md deleted file mode 100644 index e2681252..00000000 --- a/changelog.d/+dependency-bumped.internal.md +++ /dev/null @@ -1 +0,0 @@ -Bumped `get-func-name` version. \ No newline at end of file diff --git a/changelog.d/72.fixed.md b/changelog.d/72.fixed.md deleted file mode 100644 index e19162da..00000000 --- a/changelog.d/72.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Uses the `verify-config --ide` flag now to signal mirrord we're in an IDE context. Changes `isTargetSet` to check for both `null` and `undefined`. diff --git a/package-lock.json b/package-lock.json index 660b6632..44b4c201 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mirrord", - "version": "3.54.0", + "version": "3.54.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mirrord", - "version": "3.54.0", + "version": "3.54.1", "dependencies": { "axios": "^1.4.0", "semver": "^7.3.7", diff --git a/package.json b/package.json index fdfc82a3..dcba02e9 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.54.0", + "version": "3.54.1", "engines": { "vscode": "^1.63.0" },