From dd062c2d58eb63cb36f9a2a53d3109a30159f4f3 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Mon, 23 Mar 2026 09:23:51 +0000 Subject: [PATCH] fix(repo): no changes to commit --- changelog.md | 4 ++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index fb49f31..382709d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2026-03-23 - 0.1.3 - fix(repo) +no changes to commit + + ## 2026-03-23 - 0.1.2 - fix(package) rename package namespace from @push.rocks to @serve.zone diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index a44a9e6..cb58d05 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/containerarchive', - version: '0.1.2', + version: '0.1.3', description: 'content-addressed incremental backup engine with deduplication, encryption, and error correction' }