fix(repo): no changes to commit

This commit is contained in:
2026-04-07 17:36:36 +00:00
parent c28b9e6e44
commit a542cf7887
2 changed files with 5 additions and 1 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

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