Skip to content

Commit 91333a9

Browse files
committed
chore(release): publish new version 0.7.0
1 parent bb4c239 commit 91333a9

File tree

7 files changed

+22
-6
lines changed

7 files changed

+22
-6
lines changed

CHANGELOG.md

+6
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.7.0](https://github.com/systemd-js/systemd/compare/v0.6.1...v0.7.0) (2024-09-21)
8+
9+
### Features
10+
11+
* **ctl:** added deamonReload ([bb4c239](https://github.com/systemd-js/systemd/commit/bb4c2397e63124761f5648eac43b2e9ee3485619)) - by @chyzwar
12+
713
## [0.6.1](https://github.com/systemd-js/systemd/compare/v0.6.0...v0.6.1) (2024-09-21)
814

915
### Bug Fixes

lerna.json

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

packages/conf/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
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.7.0](https://github.com/systemd-js/systemd/compare/v0.6.1...v0.7.0) (2024-09-21)
8+
9+
**Note:** Version bump only for package @systemd-js/conf
10+
711
## [0.6.0](https://github.com/systemd-js/systemd/compare/v0.5.0...v0.6.0) (2024-09-21)
812

913
**Note:** Version bump only for package @systemd-js/conf

packages/conf/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@systemd-js/conf",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"engines": {
55
"node": "^20.0.0"
66
},

packages/ctl/CHANGELOG.md

+6
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.7.0](https://github.com/systemd-js/systemd/compare/v0.6.1...v0.7.0) (2024-09-21)
8+
9+
### Features
10+
11+
* **ctl:** added deamonReload ([bb4c239](https://github.com/systemd-js/systemd/commit/bb4c2397e63124761f5648eac43b2e9ee3485619)) - by @chyzwar
12+
713
## [0.6.1](https://github.com/systemd-js/systemd/compare/v0.6.0...v0.6.1) (2024-09-21)
814

915
### Bug Fixes

packages/ctl/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@systemd-js/ctl",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"engines": {
55
"node": "^20.0.0"
66
},
@@ -31,7 +31,7 @@
3131
"test:watch": "vitest"
3232
},
3333
"dependencies": {
34-
"@systemd-js/conf": "^0.6.0"
34+
"@systemd-js/conf": "^0.7.0"
3535
},
3636
"devDependencies": {
3737
"@chyzwar/eslint-config": "^0.2.29",

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1353,7 +1353,7 @@ __metadata:
13531353
languageName: node
13541354
linkType: hard
13551355

1356-
"@systemd-js/conf@npm:^0.6.0, @systemd-js/conf@workspace:packages/conf":
1356+
"@systemd-js/conf@npm:^0.7.0, @systemd-js/conf@workspace:packages/conf":
13571357
version: 0.0.0-use.local
13581358
resolution: "@systemd-js/conf@workspace:packages/conf"
13591359
dependencies:
@@ -1373,7 +1373,7 @@ __metadata:
13731373
dependencies:
13741374
"@chyzwar/eslint-config": "npm:^0.2.29"
13751375
"@chyzwar/tsconfig": "npm:^0.2.29"
1376-
"@systemd-js/conf": "npm:^0.6.0"
1376+
"@systemd-js/conf": "npm:^0.7.0"
13771377
"@types/node": "npm:^22.5.5"
13781378
eslint: "npm:^9.11.0"
13791379
typescript: "npm:^5.6.2"

0 commit comments

Comments
 (0)