Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bb9b2bc74a | |||
| dd062c2d58 |
@@ -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
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user