File tree 7 files changed +22
-6
lines changed
7 files changed +22
-6
lines changed Original file line number Diff line number Diff line change 4
4
All notable changes to this project will be documented in this file.
5
5
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
6
6
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
+
7
13
## [ 0.6.1] ( https://github.com/systemd-js/systemd/compare/v0.6.0...v0.6.1 ) (2024-09-21)
8
14
9
15
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"npmClient" : " yarn" ,
3
- "version" : " 0.6.1 " ,
3
+ "version" : " 0.7.0 " ,
4
4
"changelogPreset" : " conventional-changelog-conventionalcommits" ,
5
5
"command" : {
6
6
"publish" : {
Original file line number Diff line number Diff line change 4
4
All notable changes to this project will be documented in this file.
5
5
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
6
6
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
+
7
11
## [ 0.6.0] ( https://github.com/systemd-js/systemd/compare/v0.5.0...v0.6.0 ) (2024-09-21)
8
12
9
13
** Note:** Version bump only for package @systemd-js/conf
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @systemd-js/conf" ,
3
- "version" : " 0.6 .0" ,
3
+ "version" : " 0.7 .0" ,
4
4
"engines" : {
5
5
"node" : " ^20.0.0"
6
6
},
Original file line number Diff line number Diff line change 4
4
All notable changes to this project will be documented in this file.
5
5
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
6
6
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
+
7
13
## [ 0.6.1] ( https://github.com/systemd-js/systemd/compare/v0.6.0...v0.6.1 ) (2024-09-21)
8
14
9
15
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @systemd-js/ctl" ,
3
- "version" : " 0.6.1 " ,
3
+ "version" : " 0.7.0 " ,
4
4
"engines" : {
5
5
"node" : " ^20.0.0"
6
6
},
31
31
"test:watch" : " vitest"
32
32
},
33
33
"dependencies" : {
34
- "@systemd-js/conf" : " ^0.6 .0"
34
+ "@systemd-js/conf" : " ^0.7 .0"
35
35
},
36
36
"devDependencies" : {
37
37
"@chyzwar/eslint-config" : " ^0.2.29" ,
Original file line number Diff line number Diff line change @@ -1353,7 +1353,7 @@ __metadata:
1353
1353
languageName : node
1354
1354
linkType : hard
1355
1355
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 " :
1357
1357
version : 0.0.0-use.local
1358
1358
resolution : " @systemd-js/conf@workspace:packages/conf"
1359
1359
dependencies :
@@ -1373,7 +1373,7 @@ __metadata:
1373
1373
dependencies :
1374
1374
" @chyzwar/eslint-config " : " npm:^0.2.29"
1375
1375
" @chyzwar/tsconfig " : " npm:^0.2.29"
1376
- " @systemd-js/conf " : " npm:^0.6 .0"
1376
+ " @systemd-js/conf " : " npm:^0.7 .0"
1377
1377
" @types/node " : " npm:^22.5.5"
1378
1378
eslint : " npm:^9.11.0"
1379
1379
typescript : " npm:^5.6.2"
You can’t perform that action at this time.
0 commit comments