Compare commits
2 Commits
4e173d4dd4
...
50b5630aed
Author | SHA1 | Date | |
---|---|---|---|
50b5630aed | |||
a8776be6b8 |
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2025-03-19 - 6.0.0 - BREAKING CHANGE(TContact)
|
||||||
|
Reaffirm project metadata and documentation consistency
|
||||||
|
|
||||||
|
- Verified commitinfo data, package.json, and README content for correctness
|
||||||
|
- No functional code changes were introduced
|
||||||
|
|
||||||
## 2025-03-11 - 5.0.0 - BREAKING CHANGE(network)
|
## 2025-03-11 - 5.0.0 - BREAKING CHANGE(network)
|
||||||
Update reverse proxy configuration to support multiple destination IPs and ports
|
Update reverse proxy configuration to support multiple destination IPs and ports
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tsclass/tsclass",
|
"name": "@tsclass/tsclass",
|
||||||
"version": "5.0.0",
|
"version": "6.0.0",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "Provides TypeScript definitions for various business, financial, networking, content, and other common classes.",
|
"description": "Provides TypeScript definitions for various business, financial, networking, content, and other common classes.",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@tsclass/tsclass',
|
name: '@tsclass/tsclass',
|
||||||
version: '5.0.0',
|
version: '6.0.0',
|
||||||
description: 'Provides TypeScript definitions for various business, financial, networking, content, and other common classes.'
|
description: 'Provides TypeScript definitions for various business, financial, networking, content, and other common classes.'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user