Compare commits

...

2 Commits

Author SHA1 Message Date
b2c926e9ae v3.4.1 2026-02-09 13:41:40 +00:00
8add9a3dde fix(tools): no changes to commit 2026-02-09 13:41:40 +00:00
3 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# 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

View File

@@ -1,6 +1,6 @@
{
"name": "@git.zone/tools",
"version": "3.4.0",
"version": "3.4.1",
"private": false,
"type": "module",
"description": "A CLI tool placeholder for development utilities.",

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tools',
version: '3.4.0',
version: '3.4.1',
description: 'A CLI tool placeholder for development utilities.'
}