Skip to content

Commit 3900a35

Browse files
chore(main): release 0.3.6
1 parent 673958d commit 3900a35

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.5"
2+
".": "0.3.6"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.3.6](https://github.com/glasskube/scout/compare/v0.3.5...v0.3.6) (2024-09-25)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency @oclif/core to v4.0.22 ([95ce966](https://github.com/glasskube/scout/commit/95ce966e298a40f32a32a9c01b2176e3dbd91960))
9+
* **deps:** update dependency @oclif/core to v4.0.23 ([af4ebd6](https://github.com/glasskube/scout/commit/af4ebd6680427f86726a5612415beccd87ff2344))
10+
311
## [0.3.5](https://github.com/glasskube/scout/compare/v0.3.4...v0.3.5) (2024-09-12)
412

513

actions/setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ runs:
1616
scope: "@glasskube"
1717
- name: Install scout
1818
shell: sh
19-
run: npm install --global @glasskube/scout@0.3.5 # x-release-please-version
19+
run: npm install --global @glasskube/scout@0.3.6 # x-release-please-version
2020
env:
2121
NODE_AUTH_TOKEN: ${{ inputs.token }}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@glasskube/scout",
33
"description": "Glasskube package update util",
44
"author": "Philip Miglinci",
5-
"version": "0.3.5",
5+
"version": "0.3.6",
66
"license": "Apache-2.0",
77
"homepage": "https://github.com/glasskube/scout",
88
"bugs": "https://github.com/glasskube/scout/issues",

0 commit comments

Comments
 (0)