diff --git a/CHANGELOG.md b/CHANGELOG.md index 9364df3a..5f2161c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,22 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.62.0](https://github.com/metalbear-co/mirrord-vscode/tree/3.62.0) - 2024-09-16 + + +### Changed + +- Do not sort targets when showing them to the user, they come pre-sorted from + mirrord ls. [#147](https://github.com/metalbear-co/mirrord-vscode/issues/147) + + +### Internal + +- Change link attributions from plugin or cli source to vscode source for + notifications from mirrord. + [#148](https://github.com/metalbear-co/mirrord-vscode/issues/148) + + ## [3.61.0](https://github.com/metalbear-co/mirrord-vscode/tree/3.61.0) - 2024-08-16 diff --git a/changelog.d/147.changed.md b/changelog.d/147.changed.md deleted file mode 100644 index 7a834ca3..00000000 --- a/changelog.d/147.changed.md +++ /dev/null @@ -1 +0,0 @@ -Do not sort targets when showing them to the user, they come pre-sorted from mirrord ls. \ No newline at end of file diff --git a/changelog.d/148.internal.md b/changelog.d/148.internal.md deleted file mode 100644 index cb3beda5..00000000 --- a/changelog.d/148.internal.md +++ /dev/null @@ -1 +0,0 @@ -Change link attributions from plugin or cli source to vscode source for notifications from mirrord. \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 332fcaea..f097259c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mirrord", - "version": "3.61.0", + "version": "3.62.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mirrord", - "version": "3.61.0", + "version": "3.62.0", "dependencies": { "axios": "^1.4.0", "semver": "^7.5.4", diff --git a/package.json b/package.json index d16784fe..59e9f7fe 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.61.0", + "version": "3.62.0", "engines": { "vscode": "^1.63.0" }, @@ -264,4 +264,4 @@ "which": "^3.0.1", "yaml": "^2.1.3" } -} \ No newline at end of file +}