v2.2.0
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
## Pending
|
||||
|
||||
|
||||
## 2026-06-01 - 2.2.0
|
||||
|
||||
### Features
|
||||
|
||||
- support configurable service environment variables (systemd)
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@push.rocks/smartdaemon",
|
||||
"version": "2.1.1",
|
||||
"version": "2.2.0",
|
||||
"private": false,
|
||||
"description": "Start scripts as long running daemons and manage them.",
|
||||
"main": "dist_ts/index.js",
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/smartdaemon',
|
||||
version: '2.1.1',
|
||||
version: '2.2.0',
|
||||
description: 'Start scripts as long running daemons and manage them.'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user