From 9604fd2290ef7eb2c9e8da69e7939f3474d79c96 Mon Sep 17 00:00:00 2001 From: Aviram Hassan Date: Mon, 22 Jan 2024 22:32:24 +0200 Subject: [PATCH] 3.57.0 (#103) --- CHANGELOG.md | 13 +++++++++++++ changelog.d/+make-changes-to-menu.changed.md | 1 - .../+mirrord-schema-catch-more-paths.added.md | 1 - package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 changelog.d/+make-changes-to-menu.changed.md delete mode 100644 changelog.d/+mirrord-schema-catch-more-paths.added.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 08c5af87..29a4fac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,19 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.57.0](https://github.com/metalbear-co/mirrord-vscode/tree/3.57.0) - 2024-01-22 + + +### Added + +- add more matches to mirrord schema + + +### Changed + +- Add Discord to the menu + + ## [3.56.1](https://github.com/metalbear-co/mirrord-vscode/tree/3.56.1) - 2024-01-05 diff --git a/changelog.d/+make-changes-to-menu.changed.md b/changelog.d/+make-changes-to-menu.changed.md deleted file mode 100644 index dc6360f4..00000000 --- a/changelog.d/+make-changes-to-menu.changed.md +++ /dev/null @@ -1 +0,0 @@ -Add Discord to the menu diff --git a/changelog.d/+mirrord-schema-catch-more-paths.added.md b/changelog.d/+mirrord-schema-catch-more-paths.added.md deleted file mode 100644 index c9d8b89f..00000000 --- a/changelog.d/+mirrord-schema-catch-more-paths.added.md +++ /dev/null @@ -1 +0,0 @@ -add more matches to mirrord schema \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 607e52fe..1e0213f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mirrord", - "version": "3.56.1", + "version": "3.57.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mirrord", - "version": "3.56.1", + "version": "3.57.0", "dependencies": { "axios": "^1.4.0", "semver": "^7.5.4", diff --git a/package.json b/package.json index 4e69b5bd..093c765f 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.56.1", + "version": "3.57.0", "engines": { "vscode": "^1.63.0" },