diff --git a/CHANGELOG.md b/CHANGELOG.md index ef2a2dff..923fe5cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.55.3](https://github.com/metalbear-co/mirrord-vscode/tree/3.55.3) - 2023-12-22 + + +### Fixed + +- Fixed dependencies for E2E test and the extension. + + ## [3.55.2](https://github.com/metalbear-co/mirrord-vscode/tree/3.55.2) - 2023-12-21 diff --git a/changelog.d/deps.fixed.md b/changelog.d/deps.fixed.md deleted file mode 100644 index 4b44abf7..00000000 --- a/changelog.d/deps.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fixed dependencies for E2E test and the extension. \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index c5cf88ef..00f95ed3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mirrord", - "version": "3.55.2", + "version": "3.55.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mirrord", - "version": "3.55.2", + "version": "3.55.3", "dependencies": { "axios": "^1.4.0", "semver": "^7.5.4", diff --git a/package.json b/package.json index 13d6e867..c2661a8b 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.55.2", + "version": "3.55.3", "engines": { "vscode": "^1.63.0" },