v2.2.0
Default (tags) / security (push) Failing after 1s
Default (tags) / test (push) Failing after 1s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped

This commit is contained in:
2026-06-01 08:08:30 +00:00
parent 142b69ab63
commit 73dbe3c43b
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -2,6 +2,9 @@
## Pending ## Pending
## 2026-06-01 - 2.2.0
### Features ### Features
- support configurable service environment variables (systemd) - support configurable service environment variables (systemd)
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smartdaemon", "name": "@push.rocks/smartdaemon",
"version": "2.1.1", "version": "2.2.0",
"private": false, "private": false,
"description": "Start scripts as long running daemons and manage them.", "description": "Start scripts as long running daemons and manage them.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
+1 -1
View File
@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/smartdaemon', name: '@push.rocks/smartdaemon',
version: '2.1.1', version: '2.2.0',
description: 'Start scripts as long running daemons and manage them.' description: 'Start scripts as long running daemons and manage them.'
} }