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" },