Skip to content

Commit cc24620

Browse files
chore(main): release 0.3.6
1 parent 769570f commit cc24620

File tree

5 files changed

+26
-5
lines changed

5 files changed

+26
-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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [0.3.6](https://github.com/glasskube/scout/compare/v0.3.5...v0.3.6) (2025-01-03)
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+
* **deps:** update dependency @oclif/core to v4.0.25 ([5572b46](https://github.com/glasskube/scout/commit/5572b460d634474843f379a4505f7e734bbdbb03))
11+
* **deps:** update dependency @oclif/core to v4.0.26 ([fe28ef2](https://github.com/glasskube/scout/commit/fe28ef2d832c734c81acb72a6db72e483c6a5a5d))
12+
* **deps:** update dependency @oclif/core to v4.0.28 ([6d41d7a](https://github.com/glasskube/scout/commit/6d41d7a46331fad1018abc49afc721cda96bb5b7))
13+
* **deps:** update dependency @oclif/core to v4.0.29 ([645c57c](https://github.com/glasskube/scout/commit/645c57c7a8437e07a27611bca4480ab518d81d73))
14+
* **deps:** update dependency @oclif/core to v4.0.30 ([9365d67](https://github.com/glasskube/scout/commit/9365d6713b6de907752967f627ddc714b01fa527))
15+
* **deps:** update dependency @oclif/core to v4.0.31 ([9b35a91](https://github.com/glasskube/scout/commit/9b35a91caa176d2f8e1c261d6bd9e8ebac571a67))
16+
* **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))
17+
* **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))
18+
* **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))
19+
* **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))
20+
* **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))
21+
* **deps:** update dependency yaml to v2.6.0 ([#356](https://github.com/glasskube/scout/issues/356)) ([a2f08f5](https://github.com/glasskube/scout/commit/a2f08f5a2caf7294464c32ae3f8a1dc504c294ff))
22+
* **deps:** update dependency yaml to v2.6.1 ([#412](https://github.com/glasskube/scout/issues/412)) ([4ae3c51](https://github.com/glasskube/scout/commit/4ae3c51dffc1c643da0ed03886626cbce8398c0a))
23+
324
## [0.3.5](https://github.com/glasskube/scout/compare/v0.3.4...v0.3.5) (2024-09-12)
425

526

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)