From 4da5ece94da6d101ed971f36c5c6e9d43f07835c Mon Sep 17 00:00:00 2001 From: celogeek <65178+celogeek@users.noreply.github.com> Date: Thu, 3 Nov 2022 08:56:14 +0100 Subject: [PATCH] 1.0.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 68deb0a..4056320 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pnpm-audit-sonar", - "version": "1.0.0", + "version": "1.0.1", "description": "Convert PNPM audit to Sonar compatible format", "main": "index.js", "scripts": { @@ -16,4 +16,4 @@ "author": "Celogeek", "license": "ISC", "dependencies": {} -} \ No newline at end of file +}