v1.4.1
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
## Pending
|
||||
|
||||
|
||||
|
||||
## 2026-05-19 - 1.4.1
|
||||
|
||||
### Fixes
|
||||
|
||||
- improve lock heartbeat shutdown handling (heartbeat)
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@push.rocks/smartmigration",
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.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",
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/smartmigration',
|
||||
version: '1.4.0',
|
||||
version: '1.4.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.'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user