4 Commits

Author SHA1 Message Date
bb7742b1a0 v1.12.9
Some checks failed
Default (tags) / security (push) Failing after 0s
Default (tags) / test (push) Failing after 0s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2026-03-24 19:48:03 +00:00
9f15e2fa4e fix(package): bump package version to 1.12.8 2026-03-24 19:48:03 +00:00
4026f09339 v1.12.8
Some checks failed
Default (tags) / security (push) Failing after 0s
Default (tags) / test (push) Failing after 0s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2026-03-24 19:47:42 +00:00
961841cdf7 fix(package): bump package version to 1.12.8 2026-03-24 19:47:42 +00:00
5 changed files with 14 additions and 4 deletions

View File

@@ -1,5 +1,15 @@
# Changelog
## 2026-03-24 - 1.12.9 - fix(package)
bump package version to 1.12.8
- Updates the package metadata version with no indicated source changes.
## 2026-03-24 - 1.12.8 - fix(package)
bump package version to 1.12.8
- Updates the project package version from 1.12.7 to 1.12.8.
## 2026-03-24 - 1.12.7 - fix(deps)
bump aws sdk, smartdata, and tswatch dependencies

View File

@@ -1,6 +1,6 @@
{
"name": "@git.zone/tsview",
"version": "1.12.7",
"version": "1.12.9",
"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.12.7',
version: '1.12.9',
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.12.7',
version: '1.12.9',
description: 'A CLI tool for viewing S3 and MongoDB data with a web UI'
}