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 Oct 15, 2024
1 parent a2f08f5 commit 9299b88
Show file tree
Hide file tree
Showing 5 changed files with 17 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"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.3.6](https://github.com/glasskube/scout/compare/v0.3.5...v0.3.6) (2024-10-15)


### 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 yaml to v2.6.0 ([#356](https://github.com/glasskube/scout/issues/356)) ([a2f08f5](https://github.com/glasskube/scout/commit/a2f08f5a2caf7294464c32ae3f8a1dc504c294ff))

## [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 9299b88

Please sign in to comment.