Skip to content

Commit

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

## [0.1.1](https://github.com/glasskube/scout/compare/v0.1.0...v0.1.1) (2024-03-04)


### Features

* add setup action for use in GitHub workflows ([382d3e1](https://github.com/glasskube/scout/commit/382d3e1a37cf270be71f4264ec169ca8a7bc8868))


### Bug Fixes

* add consistent use of path.join and refactor path names ([0cfbf0e](https://github.com/glasskube/scout/commit/0cfbf0eaeb11952681b9b1c1d57f753c56d4a813))
* **deps:** update dependency @oclif/core to v3.20.0 ([0e29a94](https://github.com/glasskube/scout/commit/0e29a946b7221a7490b411c501fdc3c40f1281f0))
* remove double regex use ([1e3b76b](https://github.com/glasskube/scout/commit/1e3b76b164850dafb9e625524357468a429c0a2a))

## 0.1.0 (2024-02-27)


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

0 comments on commit c675300

Please sign in to comment.