This commit is contained in:
Philipp Kunz 2025-02-24 23:08:23 +00:00
parent 62e6ef4d75
commit 594e006a5a
4 changed files with 10 additions and 4 deletions

View File

@ -1,5 +1,11 @@
# Changelog # 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) ## 2025-02-24 - 1.0.2 - fix(core)
Internal changes with no functional impact. Internal changes with no functional impact.

View File

@ -2,7 +2,7 @@
"name": "@git.zone/tspm", "name": "@git.zone/tspm",
"version": "1.0.2", "version": "1.0.2",
"private": false, "private": false,
"description": "a no fuzz task manager", "description": "a no fuzz process manager",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts", "typings": "dist_ts/index.d.ts",
"type": "module", "type": "module",

View File

@ -1,6 +1,6 @@
# @git.zone/tspm # @git.zone/tspm
a no fuzz task manager a no fuzz process manager
## How to create the docs ## How to create the docs

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@git.zone/tspm', name: '@git.zone/tspm',
version: '1.0.2', version: '1.0.3',
description: 'a no fuzz task manager' description: 'a no fuzz process manager'
} }