From e5622174a118ef434c9cfb456f29e32648306573 Mon Sep 17 00:00:00 2001 From: Ken Snyder Date: Fri, 24 Jun 2022 16:27:28 -0700 Subject: [PATCH] chore: release v0.3.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d7e2c2c..5cd6133 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gh-npm-release", - "version": "0.2.0", + "version": "0.3.0", "description": "Reusable Github workflow which publishes pnpm library code to npm", "scripts": { "test": "vitest --passWithNoTests", @@ -36,4 +36,4 @@ "jsdom@<=16.4.0": ">=16.5.0" } } -} \ No newline at end of file +}