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.' }