2 Commits

Author SHA1 Message Date
fe3cb75095 v1.4.1
All checks were successful
Release / build-and-release (push) Successful in 3m49s
2026-03-20 13:57:11 +00:00
f76778ce45 fix(repo): no changes to commit 2026-03-20 13:57:11 +00:00
4 changed files with 7 additions and 3 deletions

View File

@@ -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

View File

@@ -1,6 +1,6 @@
{
"name": "@stack.gallery/registry",
"version": "1.4.0",
"version": "1.4.1",
"exports": "./mod.ts",
"nodeModulesDir": "auto",
"tasks": {

View File

@@ -1,6 +1,6 @@
{
"name": "@stack.gallery/registry",
"version": "1.4.0",
"version": "1.4.1",
"private": true,
"description": "Enterprise-grade multi-protocol package registry",
"type": "module",

View File

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