From c6c94866bb69c1047bac02b6d3cd23aed9a3546e Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 4 Mar 2025 23:13:33 +0000 Subject: [PATCH] fix(package): Fix repository URL in package.json --- changelog.md | 5 +++++ package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 25be0d8..a216931 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2025-03-04 - 2.2.6 - fix(package) +Fix repository URL in package.json + +- Updated repository URL in package.json to point to the correct Git repository. + ## 2025-03-04 - 2.2.5 - fix(package.json) Update repository URLs in package metadata. diff --git a/package.json b/package.json index 66f3b64..f21e157 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "repository": { "type": "git", - "url": "git+ssh://git@gitlab.com/pushrocks/tsn.git" + "url": "https://code.foss.global/git.zone/tsbuild.git" }, "keywords": [ "TypeScript", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 3127372..845a5bb 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/tsbuild', - version: '2.2.5', + version: '2.2.6', description: 'A tool for compiling TypeScript files using the latest nightly features, offering flexible APIs and a CLI for streamlined development.' }