diff --git a/package.json b/package.json index 4d12888..d5b88d6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "release-it-pnpm", "type": "module", - "version": "2.2.3", + "version": "2.2.4", "packageManager": "pnpm@8.15.3", "description": "Run release-it with pnpm", "author": "Stephen Zhou ", diff --git a/playground/package.json b/playground/package.json index 757edf6..62a4873 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,7 +1,7 @@ { "name": "playground", "type": "module", - "version": "2.2.3", + "version": "2.2.4", "private": true, "scripts": { "build": "vite build",