Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bb7742b1a0 | |||
| 9f15e2fa4e | |||
| 4026f09339 | |||
| 961841cdf7 |
10
changelog.md
10
changelog.md
@@ -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
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user