2 Commits

Author SHA1 Message Date
31e9b29e23 v1.1.3 2026-01-25 11:13:57 +00:00
2c8dacf3c2 fix(package): update package metadata 2026-01-25 11:13:56 +00:00
5 changed files with 10 additions and 4 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-01-25 - 1.1.3 - fix(package)
update package metadata
- metadata-only change; no source code changes
- current version 1.1.2 → recommended patch bump to 1.1.3
## 2026-01-25 - 1.1.2 - fix(package)
apply minor metadata-only change (one-line edit)

View File

@@ -1,6 +1,6 @@
{
"name": "@git.zone/tsview",
"version": "1.1.2",
"version": "1.1.3",
"private": false,
"description": "A CLI tool for viewing S3 and MongoDB data with a web UI",
"main": "dist_ts/index.js",

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tsview',
version: '1.1.2',
version: '1.1.3',
description: 'A CLI tool for viewing S3 and MongoDB data with a web UI'
}

File diff suppressed because one or more lines are too long

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tsview',
version: '1.1.2',
version: '1.1.3',
description: 'A CLI tool for viewing S3 and MongoDB data with a web UI'
}