diff --git a/CHANGELOG.md b/CHANGELOG.md index 923fe5cf..7b231fd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,22 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.56.0](https://github.com/metalbear-co/mirrord-vscode/tree/3.56.0) - 2024-01-05 + + +### Changed + +- Changed notifications when loading config file to be less confusing. + [#29](https://github.com/metalbear-co/mirrord-vscode/issues/29) +- npm update + + +### Internal + +- Address latest e2e flakes +- Make some small changes to README + + ## [3.55.3](https://github.com/metalbear-co/mirrord-vscode/tree/3.55.3) - 2023-12-22 diff --git a/changelog.d/+bump-dependencies.changed.md b/changelog.d/+bump-dependencies.changed.md deleted file mode 100644 index b1d2769f..00000000 --- a/changelog.d/+bump-dependencies.changed.md +++ /dev/null @@ -1 +0,0 @@ -npm update \ No newline at end of file diff --git a/changelog.d/+e2e-flake.internal.md b/changelog.d/+e2e-flake.internal.md deleted file mode 100644 index f92b3dcc..00000000 --- a/changelog.d/+e2e-flake.internal.md +++ /dev/null @@ -1 +0,0 @@ -Address latest e2e flakes diff --git a/changelog.d/+make-small-changes-to-readme.internal.md b/changelog.d/+make-small-changes-to-readme.internal.md deleted file mode 100644 index a035fed2..00000000 --- a/changelog.d/+make-small-changes-to-readme.internal.md +++ /dev/null @@ -1 +0,0 @@ -Make some small changes to README diff --git a/changelog.d/29.changed.md b/changelog.d/29.changed.md deleted file mode 100644 index 03d3e263..00000000 --- a/changelog.d/29.changed.md +++ /dev/null @@ -1 +0,0 @@ -Changed notifications when loading config file to be less confusing. \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index acb43472..9477bc9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mirrord", - "version": "3.55.3", + "version": "3.56.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mirrord", - "version": "3.55.3", + "version": "3.56.0", "dependencies": { "axios": "^1.4.0", "semver": "^7.5.4", diff --git a/package.json b/package.json index 05349187..358381ca 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.3", + "version": "3.56.0", "engines": { "vscode": "^1.63.0" },