From 7fee06b88055eba22403173e2df8f1c8cf8303bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 07:18:55 +0000 Subject: [PATCH] chore(main): release root 0.0.6 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9faefdc..b802b55 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.5"} \ No newline at end of file +{".":"0.0.6"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 346ab1c..d775c51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.0.6](https://github.com/ortelius/backstage/compare/root-v0.0.5...root-v0.0.6) (2023-06-06) + + +### Other + +* **deps:** bump vm2 from 3.9.17 to 3.9.18 ([#148](https://github.com/ortelius/backstage/issues/148)) ([457e653](https://github.com/ortelius/backstage/commit/457e6539b5ee4ec74085eb6e48c12c09c66f0e68)) +* sign helm chart ([b3b8383](https://github.com/ortelius/backstage/commit/b3b838307317cb9bad4975b21c3b41d7d8fe69ff)) +* update ingress ([0a48ea0](https://github.com/ortelius/backstage/commit/0a48ea019c5a3517c5889e2f5fef0ef9fd9979b7)) +* update ingress ([7ff3d93](https://github.com/ortelius/backstage/commit/7ff3d935b2eb706bed9d24a901731895bca4bf44)) +* update k8s plugin ([3812bb6](https://github.com/ortelius/backstage/commit/3812bb6f2ef025f5b00650afcc24e71f7053b7f9)) + ## [0.0.5](https://github.com/ortelius/backstage/compare/root-v0.0.4...root-v0.0.5) (2023-05-05) diff --git a/package.json b/package.json index 6ad7f68..9f08e93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "0.0.5", + "version": "0.0.6", "private": true, "engines": { "node": "14 || 16 || 18"