2 Commits
v0.1.2 ... main

Author SHA1 Message Date
bb9b2bc74a v0.1.3 2026-03-23 09:23:52 +00:00
dd062c2d58 fix(repo): no changes to commit 2026-03-23 09:23:51 +00:00
3 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -1,6 +1,6 @@
{
"name": "@serve.zone/containerarchive",
"version": "0.1.2",
"version": "0.1.3",
"private": false,
"description": "content-addressed incremental backup engine with deduplication, encryption, and error correction",
"main": "dist_ts/index.js",

View File

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