From 963187fafb03deb459dd11cc9a53d74ca706e9e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Smolarek?= <34063647+Razz4780@users.noreply.github.com> Date: Mon, 12 Aug 2024 15:08:17 +0200 Subject: [PATCH] 3.60.2 (#141) --- CHANGELOG.md | 7 +++++++ changelog.d/+updated-ci-actions.internal.md | 1 - package-lock.json | 2 +- package.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) delete mode 100644 changelog.d/+updated-ci-actions.internal.md 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" },