From a542cf7887c3a235fe48cc711c5925e070b98bf5 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 7 Apr 2026 17:36:36 +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 27fc975..803fdfd 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index bdc7c82..1f02aa2 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -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.' }