From e8c40e79f49c600e692d33f8a7385c408f53aea8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Smolarek?= <34063647+Razz4780@users.noreply.github.com> Date: Tue, 4 Feb 2025 15:39:43 +0100 Subject: [PATCH] 3.65.1 (#168) --- CHANGELOG.md | 8 ++++++++ changelog.d/+target-selection.fixed.md | 1 - package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 changelog.d/+target-selection.fixed.md diff --git a/CHANGELOG.md b/CHANGELOG.md index fed7c83c..570ffc2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.65.1](https://github.com/metalbear-co/mirrord-vscode/tree/3.65.1) - 2025-02-04 + + +### Fixed + +- Fixed a bug where mirrord was not respecting target specified in the mirrord + config. + ## [3.65.0](https://github.com/metalbear-co/mirrord-vscode/tree/3.65.0) - 2025-02-03 diff --git a/changelog.d/+target-selection.fixed.md b/changelog.d/+target-selection.fixed.md deleted file mode 100644 index e0d17339..00000000 --- a/changelog.d/+target-selection.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fixed a bug where mirrord was not respecting target selected in the mirrord config. diff --git a/package-lock.json b/package-lock.json index b49adc99..8eae7765 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mirrord", - "version": "3.65.0", + "version": "3.65.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mirrord", - "version": "3.65.0", + "version": "3.65.1", "dependencies": { "axios": "^1.4.0", "semver": "^7.5.4", diff --git a/package.json b/package.json index 07439c16..716524cf 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.65.0", + "version": "3.65.1", "engines": { "vscode": "^1.63.0" },