Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b2c926e9ae | |||
| 8add9a3dde | |||
| 79f9967db6 | |||
| 72de264b0d |
11
changelog.md
11
changelog.md
@@ -1,5 +1,16 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-02-09 - 3.4.1 - fix(tools)
|
||||
no changes to commit
|
||||
|
||||
- No files changed in this diff
|
||||
- Current package version is 3.4.0 — no version bump required
|
||||
|
||||
## 2026-02-09 - 3.4.0 - feat(mod_update)
|
||||
add @git.zone/tsrust to supported modules list
|
||||
|
||||
- ts/mod_update/index.ts: added '@git.zone/tsrust' to the modules array
|
||||
|
||||
## 2026-02-06 - 3.3.0 - feat(mod_update)
|
||||
add self-update flow, package name parser, dynamic CLI version, and tests
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@git.zone/tools",
|
||||
"version": "3.3.0",
|
||||
"version": "3.4.1",
|
||||
"private": false,
|
||||
"type": "module",
|
||||
"description": "A CLI tool placeholder for development utilities.",
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@git.zone/tools',
|
||||
version: '3.3.0',
|
||||
version: '3.4.1',
|
||||
description: 'A CLI tool placeholder for development utilities.'
|
||||
}
|
||||
|
||||
@@ -15,6 +15,7 @@ const GITZONE_PACKAGES = [
|
||||
'@git.zone/tsdocker',
|
||||
'@git.zone/tsview',
|
||||
'@git.zone/tswatch',
|
||||
'@git.zone/tsrust',
|
||||
];
|
||||
|
||||
export interface IUpdateOptions {
|
||||
|
||||
Reference in New Issue
Block a user