Skip to content

Commit

Permalink
chore(release): publish new version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chyzwar committed Sep 21, 2024
1 parent 2f4f8d7 commit ffa96cc
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 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.7.1](https://github.com/systemd-js/systemd/compare/v0.7.0...v0.7.1) (2024-09-21)

### Bug Fixes

* **ctl:** handle exic codes on isActive and isEnabled ([2f4f8d7](https://github.com/systemd-js/systemd/commit/2f4f8d7e146262508a0f0067af02d7d343c359ad)) - by @chyzwar

## [0.7.0](https://github.com/systemd-js/systemd/compare/v0.6.1...v0.7.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.7.0",
"version": "0.7.1",
"changelogPreset": "conventional-changelog-conventionalcommits",
"command": {
"publish": {
Expand Down
6 changes: 6 additions & 0 deletions packages/ctl/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.7.1](https://github.com/systemd-js/systemd/compare/v0.7.0...v0.7.1) (2024-09-21)

### Bug Fixes

* **ctl:** handle exic codes on isActive and isEnabled ([2f4f8d7](https://github.com/systemd-js/systemd/commit/2f4f8d7e146262508a0f0067af02d7d343c359ad)) - by @chyzwar

## [0.7.0](https://github.com/systemd-js/systemd/compare/v0.6.1...v0.7.0) (2024-09-21)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/ctl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@systemd-js/ctl",
"version": "0.7.0",
"version": "0.7.1",
"engines": {
"node": "^20.0.0"
},
Expand Down

0 comments on commit ffa96cc

Please sign in to comment.