diff --git a/changelog.md b/changelog.md index 4a381ab..b340adb 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 2025-04-05 - 1.4.5 - fix(metadata) +Update repository, bugs, and homepage URLs to code.foss.global + +- Repository URL updated from gitlab.com to code.foss.global +- Bugs URL updated from gitlab.com to code.foss.global +- Homepage URL updated to code.foss.global + ## 2025-04-05 - 1.4.4 - fix(dependencies & tests) Update dependency versions and refine test search query diff --git a/package.json b/package.json index 7eb9163..54d00dc 100644 --- a/package.json +++ b/package.json @@ -40,12 +40,12 @@ }, "repository": { "type": "git", - "url": "git+https://gitlab.com/fin.cx/opendata.git" + "url": "https://code.foss.global/fin.cx/opendata.git" }, "bugs": { - "url": "https://gitlab.com/fin.cx/opendata/issues" + "url": "https://code.foss.global/fin.cx/opendata/issues" }, - "homepage": "https://gitlab.com/fin.cx/opendata#readme", + "homepage": "https://code.foss.global/fin.cx/opendata#readme", "browserslist": [ "last 1 chrome versions" ], diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index d6e3e51..32c2468 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@fin.cx/opendata', - version: '1.4.4', + version: '1.4.5', description: 'A TypeScript library for accessing, managing, and updating open business data, focused on German companies and integrating with MongoDB.' }