From e69f70b7015a06903700b70c4cc56f6a7feb4480 Mon Sep 17 00:00:00 2001 From: Miguel Martins Date: Fri, 17 Sep 2021 15:18:39 +0100 Subject: [PATCH] Fix version on changelog script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3236653..e742410 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "url": "https://github.com/uphold/debugnyan.git" }, "scripts": { - "changelog": "uphold-scripts changelog v$npm_package_version", + "changelog": "uphold-scripts changelog $npm_package_version", "lint": "uphold-scripts lint", "release": "uphold-scripts release", "test": "uphold-scripts test",