fix(package): bump package version to 1.12.3

This commit is contained in:
2026-03-24 15:08:40 +00:00
parent a29f13c75a
commit a9448ec0df
4 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,10 @@
# Changelog # Changelog
## 2026-03-24 - 1.12.3 - fix(package)
bump package version to 1.12.3
- Updates the package version from 1.12.2 to 1.12.3.
## 2026-03-24 - 1.12.2 - fix(config) ## 2026-03-24 - 1.12.2 - fix(config)
migrate runtime configuration loading from npmextra to smartconfig migrate runtime configuration loading from npmextra to smartconfig

View File

@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@git.zone/tsview', name: '@git.zone/tsview',
version: '1.12.2', version: '1.12.3',
description: 'A CLI tool for viewing S3 and MongoDB data with a web UI' 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 = { export const commitinfo = {
name: '@git.zone/tsview', name: '@git.zone/tsview',
version: '1.12.2', version: '1.12.3',
description: 'A CLI tool for viewing S3 and MongoDB data with a web UI' description: 'A CLI tool for viewing S3 and MongoDB data with a web UI'
} }