From 3dffe167c47429e5bf451e7f509af09172db46a1 Mon Sep 17 00:00:00 2001 From: Aviram Hassan Date: Sun, 10 Dec 2023 12:30:43 +0200 Subject: [PATCH] 3.55.1 (#90) --- CHANGELOG.md | 8 ++++++++ changelog.d/+binary-download.fixed.md | 1 - package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 changelog.d/+binary-download.fixed.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 849379ca..c0dae2c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.55.1](https://github.com/metalbear-co/mirrord-vscode/tree/3.55.1) - 2023-12-10 + + +### Fixed + +- Fix error when loading into Windows VSCode and improve binary fetching code + + ## [3.55.0](https://github.com/metalbear-co/mirrord-vscode/tree/3.55.0) - 2023-12-08 diff --git a/changelog.d/+binary-download.fixed.md b/changelog.d/+binary-download.fixed.md deleted file mode 100644 index b095a63b..00000000 --- a/changelog.d/+binary-download.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fix error when loading into Windows VSCode and improve binary fetching code \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index e33c1c17..737deee2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mirrord", - "version": "3.54.1", + "version": "3.55.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mirrord", - "version": "3.54.1", + "version": "3.55.1", "dependencies": { "axios": "^1.4.0", "semver": "^7.5.4", diff --git a/package.json b/package.json index 1da640a0..924c1999 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.55.0", + "version": "3.55.1", "engines": { "vscode": "^1.63.0" },