2 Commits

Author SHA1 Message Date
5ffeeefc7a v1.1.1 2026-04-07 17:36:36 +00:00
a542cf7887 fix(repo): no changes to commit 2026-04-07 17:36:36 +00:00
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 2026-04-07 - 1.1.1 - fix(repo)
no changes to commit
## 2026-04-07 - 1.1.0 - feat(smartmigration)
add initial smartmigration package with MongoDB and S3 migration runner

View File

@@ -1,6 +1,6 @@
{
"name": "@push.rocks/smartmigration",
"version": "1.1.0",
"version": "1.1.1",
"private": false,
"description": "Unified migration runner for MongoDB (smartdata) and S3 (smartbucket) — designed to be invoked at SaaS app startup, with semver-based version tracking, sequential step execution, idempotent re-runs, and per-step resumable checkpoints.",
"main": "dist_ts/index.js",

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartmigration',
version: '1.1.0',
version: '1.1.1',
description: 'Unified migration runner for MongoDB (smartdata) and S3 (smartbucket) — designed to be invoked at SaaS app startup, with semver-based version tracking, sequential step execution, idempotent re-runs, and per-step resumable checkpoints.'
}