From 442afd7a56632091831fa38bfcb57310be848318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Smolarek?= <34063647+Razz4780@users.noreply.github.com> Date: Wed, 2 Oct 2024 10:43:31 +0200 Subject: [PATCH] 3.62.1 (#153) --- CHANGELOG.md | 8 ++++++++ changelog.d/+fixed-ci.internal.md | 1 - package-lock.json | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) delete mode 100644 changelog.d/+fixed-ci.internal.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f2161c7..5a5f2d18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.62.1](https://github.com/metalbear-co/mirrord-vscode/tree/3.62.1) - 2024-10-02 + + +### Internal + +- Pinned worker to `ubuntu-24.04`, changed towncrier check to run inside `uv`, + fixed E2E test suite. + ## [3.62.0](https://github.com/metalbear-co/mirrord-vscode/tree/3.62.0) - 2024-09-16 diff --git a/changelog.d/+fixed-ci.internal.md b/changelog.d/+fixed-ci.internal.md deleted file mode 100644 index 2e42d7a1..00000000 --- a/changelog.d/+fixed-ci.internal.md +++ /dev/null @@ -1 +0,0 @@ -Pinned worker to `ubuntu-24.04`, changed towncrier check to run inside `uv`, fixed E2E test suite. \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index f097259c..4b6ca1d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mirrord", - "version": "3.62.0", + "version": "3.62.1", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 59e9f7fe..aa025c68 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.0", + "version": "3.62.1", "engines": { "vscode": "^1.63.0" },