From cfa972cbbe6d1e7f8fc4f2b7cc3136ea0f455209 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sat, 30 May 2026 10:02:36 +0000 Subject: [PATCH] v2.1.0 --- changelog.md | 3 +++ package.json | 2 +- ts/00_commitinfo_data.ts | 8 ++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 ts/00_commitinfo_data.ts diff --git a/changelog.md b/changelog.md index 532d707..0ebd846 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,9 @@ ## Pending + +## 2026-05-30 - 2.1.0 + ### Features - add SSH data access proxy CLI and core managers (core) diff --git a/package.json b/package.json index fa73403..62de582 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dap", - "version": "2.0.0", + "version": "2.1.0", "private": false, "description": "Data access proxy for SSH hosts, port forwards, and remote filesystem mounts.", "main": "dist_ts/index.js", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts new file mode 100644 index 0000000..f44add8 --- /dev/null +++ b/ts/00_commitinfo_data.ts @@ -0,0 +1,8 @@ +/** + * autocreated commitinfo by @push.rocks/commitinfo + */ +export const commitinfo = { + name: 'dap', + version: '2.1.0', + description: 'Data access proxy for SSH hosts, port forwards, and remote filesystem mounts.' +}