fix(core): update

This commit is contained in:
2022-04-28 12:20:09 +02:00
parent af212b068d
commit c8438069d3
2 changed files with 13 additions and 2 deletions

11
ts/00_commitinfo_data.ts Normal file
View File

@@ -0,0 +1,11 @@
/**
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const name: string = '@pushrocks/smartversion';
export const version: string = '3.0.2';
export const description: string = 'handle semver with ease'
export const commitinfo = {
name: '@pushrocks/smartversion',
version: '3.0.2',
description: 'handle semver with ease'
}