From 73dbe3c43ba989b2a0a6d0ab1bf5a9dc2f519e53 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Mon, 1 Jun 2026 08:08:30 +0000 Subject: [PATCH] v2.2.0 --- changelog.md | 3 +++ package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index aa9c78b..00fc2c4 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-06-01 - 2.2.0 + ### Features - support configurable service environment variables (systemd) diff --git a/package.json b/package.json index bcd83f2..8be1a4b 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 8c29c70..f26261c 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -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.' }