From 87b518ae63c48c7b90975c032cc7fdc42f1c6037 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 19 May 2026 21:44:59 +0000 Subject: [PATCH] v1.4.0 --- changelog.md | 3 +++ package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 9cd60d0..54bbeb6 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-19 - 1.4.0 + ### Features - add bridge target version strategy for auto-stamping ledger to app versions (planner) diff --git a/package.json b/package.json index 7fc7ba9..2ab2796 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartmigration", - "version": "1.3.1", + "version": "1.4.0", "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", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 3da2231..4aea312 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.3.1', + version: '1.4.0', 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.' }