From 7000ebccc468492a43cc9152ac47a7b72044e52f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 06:20:22 +0000 Subject: [PATCH] chore(main): release 0.3.6 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ actions/setup/action.yaml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 26 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d8176b4..1c9cc69 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.5" + ".": "0.3.6" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cfd18a..685e4ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [0.3.6](https://github.com/glasskube/scout/compare/v0.3.5...v0.3.6) (2024-12-23) + + +### Bug Fixes + +* **deps:** update dependency @oclif/core to v4.0.22 ([95ce966](https://github.com/glasskube/scout/commit/95ce966e298a40f32a32a9c01b2176e3dbd91960)) +* **deps:** update dependency @oclif/core to v4.0.23 ([af4ebd6](https://github.com/glasskube/scout/commit/af4ebd6680427f86726a5612415beccd87ff2344)) +* **deps:** update dependency @oclif/core to v4.0.25 ([5572b46](https://github.com/glasskube/scout/commit/5572b460d634474843f379a4505f7e734bbdbb03)) +* **deps:** update dependency @oclif/core to v4.0.26 ([fe28ef2](https://github.com/glasskube/scout/commit/fe28ef2d832c734c81acb72a6db72e483c6a5a5d)) +* **deps:** update dependency @oclif/core to v4.0.28 ([6d41d7a](https://github.com/glasskube/scout/commit/6d41d7a46331fad1018abc49afc721cda96bb5b7)) +* **deps:** update dependency @oclif/core to v4.0.29 ([645c57c](https://github.com/glasskube/scout/commit/645c57c7a8437e07a27611bca4480ab518d81d73)) +* **deps:** update dependency @oclif/core to v4.0.30 ([9365d67](https://github.com/glasskube/scout/commit/9365d6713b6de907752967f627ddc714b01fa527)) +* **deps:** update dependency @oclif/core to v4.0.31 ([9b35a91](https://github.com/glasskube/scout/commit/9b35a91caa176d2f8e1c261d6bd9e8ebac571a67)) +* **deps:** update dependency @oclif/core to v4.0.32 ([#404](https://github.com/glasskube/scout/issues/404)) ([bc207a7](https://github.com/glasskube/scout/commit/bc207a7fff758489d054c998464c9739e596a96b)) +* **deps:** update dependency @oclif/core to v4.0.33 ([#410](https://github.com/glasskube/scout/issues/410)) ([bac9bce](https://github.com/glasskube/scout/commit/bac9bce272b2259eb5ed21bf74dbf99b500de6cc)) +* **deps:** update dependency @oclif/core to v4.0.34 ([#425](https://github.com/glasskube/scout/issues/425)) ([20b71bb](https://github.com/glasskube/scout/commit/20b71bb9ec9409dcf2844e308b98a85fb9f026ec)) +* **deps:** update dependency @oclif/core to v4.0.36 ([#431](https://github.com/glasskube/scout/issues/431)) ([b0834be](https://github.com/glasskube/scout/commit/b0834be127a68912820042ffb3190eb9671d65dc)) +* **deps:** update dependency @oclif/core to v4.0.37 ([#435](https://github.com/glasskube/scout/issues/435)) ([afc0a46](https://github.com/glasskube/scout/commit/afc0a4602d643b63306c49b5c1e776c8586853fb)) +* **deps:** update dependency yaml to v2.6.0 ([#356](https://github.com/glasskube/scout/issues/356)) ([a2f08f5](https://github.com/glasskube/scout/commit/a2f08f5a2caf7294464c32ae3f8a1dc504c294ff)) +* **deps:** update dependency yaml to v2.6.1 ([#412](https://github.com/glasskube/scout/issues/412)) ([4ae3c51](https://github.com/glasskube/scout/commit/4ae3c51dffc1c643da0ed03886626cbce8398c0a)) + ## [0.3.5](https://github.com/glasskube/scout/compare/v0.3.4...v0.3.5) (2024-09-12) diff --git a/actions/setup/action.yaml b/actions/setup/action.yaml index 1c3884c..a995018 100644 --- a/actions/setup/action.yaml +++ b/actions/setup/action.yaml @@ -16,6 +16,6 @@ runs: scope: "@glasskube" - name: Install scout shell: sh - run: npm install --global @glasskube/scout@0.3.5 # x-release-please-version + run: npm install --global @glasskube/scout@0.3.6 # x-release-please-version env: NODE_AUTH_TOKEN: ${{ inputs.token }} diff --git a/package-lock.json b/package-lock.json index 6870654..4dfc63d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@glasskube/scout", - "version": "0.3.5", + "version": "0.3.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@glasskube/scout", - "version": "0.3.5", + "version": "0.3.6", "license": "Apache-2.0", "dependencies": { "@oclif/core": "^4.0.0", diff --git a/package.json b/package.json index 1f296f3..f2af62a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@glasskube/scout", "description": "Glasskube package update util", "author": "Philip Miglinci", - "version": "0.3.5", + "version": "0.3.6", "license": "Apache-2.0", "homepage": "https://github.com/glasskube/scout", "bugs": "https://github.com/glasskube/scout/issues",