Compare commits

...

2 Commits

Author SHA1 Message Date
529297bd09 1.1.13 2022-09-16 08:24:42 +02:00
4c16cb9c3e fix(core): update 2022-09-16 08:24:41 +02:00
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@gitzone/tsdoc",
"version": "1.1.12",
"version": "1.1.13",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@gitzone/tsdoc",
"version": "1.1.12",
"version": "1.1.13",
"license": "MIT",
"dependencies": {
"@pushrocks/early": "^4.0.3",

View File

@ -1,6 +1,6 @@
{
"name": "@gitzone/tsdoc",
"version": "1.1.12",
"version": "1.1.13",
"private": false,
"description": "a tool for better documentation",
"main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@gitzone/tsdoc',
version: '1.1.12',
version: '1.1.13',
description: 'a tool for better documentation'
}