From 594e006a5a3c1b9a6990fcb0292280ca0509882a Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 24 Feb 2025 23:08:23 +0000 Subject: [PATCH] update --- changelog.md | 6 ++++++ package.json | 2 +- readme.md | 2 +- ts/00_commitinfo_data.ts | 4 ++-- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 9a9e899..efc1e07 100644 --- a/changelog.md +++ b/changelog.md @@ -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. diff --git a/package.json b/package.json index ab9c9e3..b505049 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/readme.md b/readme.md index 4e35cfa..db5d34c 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # @git.zone/tspm -a no fuzz task manager +a no fuzz process manager ## How to create the docs diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 4646d99..6cda06d 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -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' }