diff --git a/changelog.md b/changelog.md index feba8ea..0451931 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2026-03-05 - 11.0.40 - fix(deps) +bump @git.zone/tsbuild devDependency to ^4.1.26 + +- Updated devDependency @git.zone/tsbuild: ^4.1.25 → ^4.1.26 in package.json +- Build tooling/dev dependency bump only; no runtime or API changes + ## 2026-03-05 - 11.0.39 - fix(devDependencies) bump @git.zone/tsbuild devDependency to ^4.1.25 diff --git a/package.json b/package.json index 0da9919..ee05f69 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "watch": "tswatch" }, "devDependencies": { - "@git.zone/tsbuild": "^4.1.25", + "@git.zone/tsbuild": "^4.1.26", "@git.zone/tsbundle": "^2.9.0", "@git.zone/tsrun": "^2.0.1", "@git.zone/tstest": "^3.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6ebea08..66dc0e4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -115,8 +115,8 @@ importers: version: 13.0.0 devDependencies: '@git.zone/tsbuild': - specifier: ^4.1.25 - version: 4.1.25 + specifier: ^4.1.26 + version: 4.1.26 '@git.zone/tsbundle': specifier: ^2.9.0 version: 2.9.0 @@ -538,8 +538,8 @@ packages: resolution: {integrity: sha512-YTVITFGN0/24PxzXrwqCgnyd7njDuzp5ZvaCx5nq/jg55kUYd94Nj8UTchBdBofi/L0nwRfjGOg0E41d2u9T1w==} engines: {node: '>=6'} - '@git.zone/tsbuild@4.1.25': - resolution: {integrity: sha512-Gzi0zlz/zGdVCxkXv4HoVz2LKEWj5A7M3ub6vcw+4TBiu3FntAoZrkzKNMC6Ee4OyzYuNHSvMnQp1bZTQDwLeg==} + '@git.zone/tsbuild@4.1.26': + resolution: {integrity: sha512-sRpg4iJ5/eRR8UJ+Sh+PpNAlCjJZd/7GWfcIVlY5AP+jHKnw0bihUm1UMENIguFhoVD6Y3Qz3rzipeLXN7ULAA==} hasBin: true '@git.zone/tsbundle@2.9.0': @@ -4860,7 +4860,7 @@ snapshots: dependencies: '@fortawesome/fontawesome-common-types': 7.2.0 - '@git.zone/tsbuild@4.1.25': + '@git.zone/tsbuild@4.1.26': dependencies: '@git.zone/tspublish': 1.11.2 '@push.rocks/early': 4.0.4 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index fb7d6b3..a23821a 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/dcrouter', - version: '11.0.39', + version: '11.0.40', description: 'A multifaceted routing service handling mail and SMS delivery functions.' } diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index fb7d6b3..a23821a 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/dcrouter', - version: '11.0.39', + version: '11.0.40', description: 'A multifaceted routing service handling mail and SMS delivery functions.' }