Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fe3cb75095 | |||
| f76778ce45 |
@@ -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
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stack.gallery/registry",
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"exports": "./mod.ts",
|
||||
"nodeModulesDir": "auto",
|
||||
"tasks": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user