diff --git a/CHANGELOG.md b/CHANGELOG.md index 3150c5ac..b469759d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.60.2](https://github.com/metalbear-co/mirrord-vscode/tree/3.60.2) - 2024-08-12 + + +### Changed + +- Updated CI actions to v4. + ## [3.60.1](https://github.com/metalbear-co/mirrord-vscode/tree/3.60.1) - 2024-07-31 diff --git a/changelog.d/+updated-ci-actions.internal.md b/changelog.d/+updated-ci-actions.internal.md deleted file mode 100644 index 25409cb0..00000000 --- a/changelog.d/+updated-ci-actions.internal.md +++ /dev/null @@ -1 +0,0 @@ -Updated CI actions to v4. \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 5add68f7..d7a38777 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mirrord", - "version": "3.60.1", + "version": "3.60.2", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index e4c68894..00d65c82 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.60.1", + "version": "3.60.2", "engines": { "vscode": "^1.63.0" },