diff --git a/changelog.md b/changelog.md index 0eea9cd..765f7cb 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2026-03-20 - 1.4.1 - fix(repo) +no changes to commit + + ## 2026-03-20 - 1.4.0 - feat(release,build,tests) add automated multi-platform release pipeline and align runtime, model, and test updates diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index cf4e59a..abc04c6 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@stack.gallery/registry', - version: '1.4.0', + version: '1.4.1', description: 'Enterprise-grade multi-protocol package registry' }