@ship.zone/szci 7.1.1 → 7.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/changelog.md +7 -0
- package/package.json +1 -1
- package/readme.md +2 -2
package/changelog.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2026-02-08 - 7.1.2 - fix(readme)
|
|
4
|
+
Correct license link and fix markdown line break for company name in README
|
|
5
|
+
|
|
6
|
+
- Updated README link to the license file from ./license to ./LICENSE
|
|
7
|
+
- Added trailing spaces after 'Task Venture Capital GmbH' to preserve a Markdown line break
|
|
8
|
+
- Documentation-only change; no code modified
|
|
9
|
+
|
|
3
10
|
## 2026-02-07 - 7.1.1 - fix(workflows)
|
|
4
11
|
normalize default branch to 'main' across CI/release workflows and docs; update package metadata; clean .gitignore and fix readme license link
|
|
5
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ship.zone/szci",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.2",
|
|
4
4
|
"description": "Serve Zone CI - A tool to streamline Node.js and Docker workflows within CI environments, particularly GitLab CI, providing various CI/CD utilities. Powered by Deno with standalone executables.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Node.js",
|
package/readme.md
CHANGED
|
@@ -371,7 +371,7 @@ deno task lint
|
|
|
371
371
|
|
|
372
372
|
## License and Legal Information
|
|
373
373
|
|
|
374
|
-
This repository contains open-source code licensed under the MIT License. A copy of the license can be found in the [
|
|
374
|
+
This repository contains open-source code licensed under the MIT License. A copy of the license can be found in the [LICENSE](./LICENSE) file.
|
|
375
375
|
|
|
376
376
|
**Please note:** The MIT License does not grant permission to use the trade names, trademarks, service marks, or product names of the project, except as required for reasonable and customary use in describing the origin of the work and reproducing the content of the NOTICE file.
|
|
377
377
|
|
|
@@ -383,7 +383,7 @@ Use of these trademarks must comply with Task Venture Capital GmbH's Trademark G
|
|
|
383
383
|
|
|
384
384
|
### Company Information
|
|
385
385
|
|
|
386
|
-
Task Venture Capital GmbH
|
|
386
|
+
Task Venture Capital GmbH
|
|
387
387
|
Registered at District Court Bremen HRB 35230 HB, Germany
|
|
388
388
|
|
|
389
389
|
For any legal inquiries or further information, please contact us via email at hello@task.vc.
|