From 7e7aa098f95851c0eb19a8c80dbce665509c7d85 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 1 Jan 2025 05:33:40 +0100 Subject: [PATCH] fix(templates): Corrected typo in template file comment --- assets/templates/service/ts/some.plugins.ts | 3 +-- changelog.md | 5 +++++ ts/00_commitinfo_data.ts | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/assets/templates/service/ts/some.plugins.ts b/assets/templates/service/ts/some.plugins.ts index 2f23e41..c7c55e3 100644 --- a/assets/templates/service/ts/some.plugins.ts +++ b/assets/templates/service/ts/some.plugins.ts @@ -15,8 +15,7 @@ export { loleServiceserver } -// pushrocks scope -// pushrocks scope +// @push.rocks scope import * as projectinfo from '@push.rocks/projectinfo'; import * as qenv from '@push.rocks/qenv'; import * as smartdata from '@push.rocks/smartdata'; diff --git a/changelog.md b/changelog.md index a535ae9..1bf3aad 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2025-01-01 - 1.10.10 - fix(templates) +Corrected typo in template file comment + +- Fixed repeated comment in the template file for services under 'assets/templates/service/ts/some.plugins.ts'. + ## 2025-01-01 - 1.10.9 - fix(templates) Correct template file paths and organization for service projects diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index d38a437..e6176ac 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/cli', - version: '1.10.9', + version: '1.10.10', description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.' }