Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c23b8862b | |||
| 5a25f22fc5 |
@@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-03-24 - 1.12.5 - fix(package)
|
||||
bump package version to 1.12.5
|
||||
|
||||
- Updates the package metadata version from 1.12.4 to 1.12.5.
|
||||
|
||||
## 2026-03-24 - 1.12.4 - fix(config)
|
||||
migrate project config to .smartconfig.json and refresh build settings
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@git.zone/tsview",
|
||||
"version": "1.12.4",
|
||||
"version": "1.12.5",
|
||||
"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.4',
|
||||
version: '1.12.5',
|
||||
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.4',
|
||||
version: '1.12.5',
|
||||
description: 'A CLI tool for viewing S3 and MongoDB data with a web UI'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user