From 65ca62f5368ae95f0ef052f9fbedeb16be1c4bf1 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sat, 9 May 2026 12:39:13 +0000 Subject: [PATCH] fix(release-config): update Verdaccio registry URL in smart config --- .smartconfig.json | 4 ++-- changelog.md | 5 +++++ ts/00_commitinfo_data.ts | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.smartconfig.json b/.smartconfig.json index 69bb6a0..f885b00 100644 --- a/.smartconfig.json +++ b/.smartconfig.json @@ -12,7 +12,7 @@ }, "release": { "registries": [ - "https://verdaccio.lossless.one", + "https://verdaccio.lossless.digital", "https://registry.npmjs.org" ], "accessLevel": "public" @@ -21,4 +21,4 @@ "@ship.zone/szci": { "npmGlobalTools": [] } -} \ No newline at end of file +} diff --git a/changelog.md b/changelog.md index b5ef73a..0af4350 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2026-05-09 - 2.10.3 - fix(release-config) +update Verdaccio registry URL in smart config + +- Changes the release registry from https://verdaccio.lossless.one to https://verdaccio.lossless.digital in .smartconfig.json + ## 2026-05-09 - 2.10.2 - fix(config) update .smartconfig.json handling and harden bundler runtime compatibility diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 3de9b89..52a93e3 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/tsbundle', - version: '2.10.2', + version: '2.10.3', description: 'a multi-bundler tool supporting esbuild, rolldown, and rspack for painless bundling of web projects' }