Skip to content

Commit 0afc209

Browse files
chore(main): release runner-manager 1.2.0 (#7)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bffa418 commit 0afc209

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
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-
".": "1.1.1"
2+
".": "1.2.0"
33
}

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/rvanbaalen/runner-manager/compare/runner-manager-v1.1.1...runner-manager-v1.2.0) (2025-03-21)
4+
5+
6+
### Features
7+
8+
* add development and build scripts with Vite, and update devDependencies ([276f313](https://github.com/rvanbaalen/runner-manager/commit/276f313c4c0afeb666c85a278d68d198881d38d1))
9+
* add readme-to-html config file ([4094eb2](https://github.com/rvanbaalen/runner-manager/commit/4094eb2eab2b72c01e5d26ed15e3820d0b98f908))
10+
* add Vite configuration for GitHub Pages deployment with Tailwind CSS ([37b94c8](https://github.com/rvanbaalen/runner-manager/commit/37b94c850d7af9b5ab95dfec3f0d47bdce3d9884))
11+
12+
13+
### Bug Fixes
14+
15+
* update Vite dev and build scripts to use GitHub Pages configuration ([bffa418](https://github.com/rvanbaalen/runner-manager/commit/bffa41852edef8323ee080d6d023346c1a010658))
16+
317
## [1.1.1](https://github.com/rvanbaalen/runner-manager/compare/runner-manager-v1.1.0...runner-manager-v1.1.1) (2025-02-24)
418

519

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
@@ -1,6 +1,6 @@
11
{
22
"name": "runner-manager",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "A basic CLI to manage Github self-hosted runners on your machine",
55
"keywords": [
66
"github",

0 commit comments

Comments
 (0)