fix(templates): Corrected typo in template file comment

This commit is contained in:
Philipp Kunz 2025-01-01 05:33:40 +01:00
parent df4350d29d
commit 7e7aa098f9
3 changed files with 7 additions and 3 deletions

View File

@ -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';

View File

@ -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

View File

@ -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.'
}