From 3dcf1b0ca99764e99a4e21d9309fad9c0bfc3844 Mon Sep 17 00:00:00 2001 From: Lars-Magnus Skog Date: Mon, 20 Sep 2021 15:24:33 +0200 Subject: [PATCH] Add changelog:fix script (to fill in details) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ab2d0c3..966d10d 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "docs": "documentation readme index.js --section=API", "changelog:patch": "hallmark bump patch", "changelog:minor": "hallmark bump minor", - "changelog:major": "hallmark bump major" + "changelog:major": "hallmark bump major", + "changelog:fix": "hallmark --fix" }, "repository": { "type": "git",