From be4ba8f7fb1842fb1682ac508a8697523be4f93b Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Thu, 18 Apr 2024 12:17:43 +0200 Subject: [PATCH] chore: release --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a8ddf2a..4ea33ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tsdoc-markdown", - "version": "0.5.0", + "version": "0.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tsdoc-markdown", - "version": "0.5.0", + "version": "0.6.0", "license": "MIT", "bin": { "tsdoc": "bin/index.js" diff --git a/package.json b/package.json index f7fa381..941ec3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tsdoc-markdown", - "version": "0.5.0", + "version": "0.6.0", "description": "Generates markdown documentation from TypeScript source code.", "author": "David Dal Busco", "license": "MIT",