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