Skip to content

Commit 7696958

Browse files
committed
chore(release): publish new version 0.6.1
1 parent 736d007 commit 7696958

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
## [0.6.1](https://github.com/systemd-js/systemd/compare/v0.6.0...v0.6.1) (2024-09-21)
8+
9+
### Bug Fixes
10+
11+
* **ctl:** fix reload ([736d007](https://github.com/systemd-js/systemd/commit/736d0078339a4526e1a460d0a4c4f4e2e5061740)) - by @chyzwar
12+
713
## [0.6.0](https://github.com/systemd-js/systemd/compare/v0.5.0...v0.6.0) (2024-09-21)
814

915
### Features

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"npmClient": "yarn",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"changelogPreset": "conventional-changelog-conventionalcommits",
55
"command": {
66
"publish": {

packages/ctl/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
## [0.6.1](https://github.com/systemd-js/systemd/compare/v0.6.0...v0.6.1) (2024-09-21)
8+
9+
### Bug Fixes
10+
11+
* **ctl:** fix reload ([736d007](https://github.com/systemd-js/systemd/commit/736d0078339a4526e1a460d0a4c4f4e2e5061740)) - by @chyzwar
12+
713
## [0.6.0](https://github.com/systemd-js/systemd/compare/v0.5.0...v0.6.0) (2024-09-21)
814

915
### Features

packages/ctl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@systemd-js/ctl",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"engines": {
55
"node": "^20.0.0"
66
},

0 commit comments

Comments
 (0)