Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e3eb0af434 | |||
| 8d25d28b54 |
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-02-03 - 3.1.1 - fix(tools)
|
||||
no changes detected
|
||||
|
||||
- No files were modified in this diff
|
||||
- No code or documentation changes to include in a commit message
|
||||
|
||||
## 2026-02-03 - 3.1.0 - feat(cli)
|
||||
add update command to check and update globally installed @git.zone packages
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@git.zone/tools",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.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.1.0',
|
||||
version: '3.1.1',
|
||||
description: 'A CLI tool placeholder for development utilities.'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user