Skip to content

Commit

Permalink
chore(main): release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and kosmoz committed Jul 1, 2024
1 parent e4a069f commit ac01c37
Show file tree
Hide file tree
Showing 5 changed files with 13 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.2"
".": "0.3.3"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.3.3](https://github.com/glasskube/scout/compare/v0.3.2...v0.3.3) (2024-06-30)


### Bug Fixes

* **deps:** update dependency @oclif/core to v4.0.7 ([84bb283](https://github.com/glasskube/scout/commit/84bb2833853687b438d91e2829af84a48f8c19a7))
* **deps:** update dependency @octokit/rest to v21 ([e59bfd6](https://github.com/glasskube/scout/commit/e59bfd6fd44cf12d0923317da6e277881c968439))

## [0.3.2](https://github.com/glasskube/scout/compare/v0.3.1...v0.3.2) (2024-06-19)


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/scout@0.3.2 # x-release-please-version
run: npm install --global @glasskube/scout@0.3.3 # 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.2",
"version": "0.3.3",
"license": "Apache-2.0",
"homepage": "https://github.com/glasskube/scout",
"bugs": "https://github.com/glasskube/scout/issues",
Expand Down

0 comments on commit ac01c37

Please sign in to comment.