update
This commit is contained in:
parent
62e6ef4d75
commit
594e006a5a
@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-02-24 - 1.0.3 - fix(core)
|
||||
Corrected description in package.json and readme.md from 'task manager' to 'process manager'.
|
||||
|
||||
- Updated the project description in package.json.
|
||||
- Aligned the description in readme.md with package.json.
|
||||
|
||||
## 2025-02-24 - 1.0.2 - fix(core)
|
||||
Internal changes with no functional impact.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "@git.zone/tspm",
|
||||
"version": "1.0.2",
|
||||
"private": false,
|
||||
"description": "a no fuzz task manager",
|
||||
"description": "a no fuzz process manager",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"type": "module",
|
||||
|
@ -1,6 +1,6 @@
|
||||
# @git.zone/tspm
|
||||
|
||||
a no fuzz task manager
|
||||
a no fuzz process manager
|
||||
|
||||
## How to create the docs
|
||||
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@git.zone/tspm',
|
||||
version: '1.0.2',
|
||||
description: 'a no fuzz task manager'
|
||||
version: '1.0.3',
|
||||
description: 'a no fuzz process manager'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user