Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4c1608cf94 | |||
| e0c4cf2983 | |||
| e3eb0af434 | |||
| 8d25d28b54 |
11
changelog.md
11
changelog.md
@@ -1,5 +1,16 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-02-03 - 3.1.2 - fix(scripts)
|
||||
make test script output verbose by using --verbose instead of --web
|
||||
|
||||
- package.json: change npm "test" script from "(tstest test/ --web)" to "(tstest test/ --verbose)" to enable verbose test output
|
||||
|
||||
## 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,13 +1,13 @@
|
||||
{
|
||||
"name": "@git.zone/tools",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.2",
|
||||
"private": false,
|
||||
"type": "module",
|
||||
"description": "A CLI tool placeholder for development utilities.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"scripts": {
|
||||
"test": "(tstest test/ --web)",
|
||||
"test": "(tstest test/ --verbose)",
|
||||
"build": "(tsbuild --web)"
|
||||
},
|
||||
"bin": {
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@git.zone/tools',
|
||||
version: '3.1.0',
|
||||
version: '3.1.2',
|
||||
description: 'A CLI tool placeholder for development utilities.'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user