Skip to content

Commit

Permalink
chore(main): release 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 23, 2024
1 parent efe266e commit 7000ebc
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.5"
".": "0.3.6"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ runs:
scope: "@glasskube"
- name: Install scout
shell: sh
run: npm install --global @glasskube/[email protected].5 # x-release-please-version
run: npm install --global @glasskube/[email protected].6 # x-release-please-version
env:
NODE_AUTH_TOKEN: ${{ inputs.token }}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7000ebc

Please sign in to comment.