Skip to content

Commit

Permalink
chore(release): publish new version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chyzwar committed Jan 18, 2025
1 parent 71da997 commit 19fabab
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.9.0](https://github.com/systemd-js/systemd/compare/v0.8.0...v0.9.0) (2025-01-18)

### Features

* **conf:** added scheduling exec subsection, fixed typo in ExecStartPre ([71da997](https://github.com/systemd-js/systemd/commit/71da9974c23c1179a94499b6a033fda4ddbea318)) - by @chyzwar

## [0.8.0](https://github.com/systemd-js/systemd/compare/v0.7.1...v0.8.0) (2024-09-21)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npmClient": "yarn",
"version": "0.8.0",
"version": "0.9.0",
"changelogPreset": "conventional-changelog-conventionalcommits",
"command": {
"publish": {
Expand Down
6 changes: 6 additions & 0 deletions packages/conf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.9.0](https://github.com/systemd-js/systemd/compare/v0.8.0...v0.9.0) (2025-01-18)

### Features

* **conf:** added scheduling exec subsection, fixed typo in ExecStartPre ([71da997](https://github.com/systemd-js/systemd/commit/71da9974c23c1179a94499b6a033fda4ddbea318)) - by @chyzwar

## [0.8.0](https://github.com/systemd-js/systemd/compare/v0.7.1...v0.8.0) (2024-09-21)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/conf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@systemd-js/conf",
"version": "0.8.0",
"version": "0.9.0",
"engines": {
"node": "^20.0.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/ctl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.9.0](https://github.com/systemd-js/systemd/compare/v0.8.0...v0.9.0) (2025-01-18)

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

## [0.8.0](https://github.com/systemd-js/systemd/compare/v0.7.1...v0.8.0) (2024-09-21)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/ctl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@systemd-js/ctl",
"version": "0.8.0",
"version": "0.9.0",
"engines": {
"node": "^20.0.0"
},
Expand Down Expand Up @@ -31,7 +31,7 @@
"test:watch": "vitest"
},
"dependencies": {
"@systemd-js/conf": "^0.8.0"
"@systemd-js/conf": "^0.9.0"
},
"devDependencies": {
"@chyzwar/eslint-config": "^0.2.29",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1353,7 +1353,7 @@ __metadata:
languageName: node
linkType: hard

"@systemd-js/conf@npm:^0.8.0, @systemd-js/conf@workspace:packages/conf":
"@systemd-js/conf@npm:^0.9.0, @systemd-js/conf@workspace:packages/conf":
version: 0.0.0-use.local
resolution: "@systemd-js/conf@workspace:packages/conf"
dependencies:
Expand All @@ -1373,7 +1373,7 @@ __metadata:
dependencies:
"@chyzwar/eslint-config": "npm:^0.2.29"
"@chyzwar/tsconfig": "npm:^0.2.29"
"@systemd-js/conf": "npm:^0.8.0"
"@systemd-js/conf": "npm:^0.9.0"
"@types/node": "npm:^22.5.5"
eslint: "npm:^9.11.0"
typescript: "npm:^5.6.2"
Expand Down

0 comments on commit 19fabab

Please sign in to comment.