From 9ea366ee07680124bf822a8d944c09c0661d1c56 Mon Sep 17 00:00:00 2001 From: Nate Goldman <427322+ungoldman@users.noreply.github.com> Date: Tue, 20 Dec 2022 16:58:13 -0800 Subject: [PATCH] 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d60357a..8545412 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "changelog-parser", "description": "Change log parser for node.", - "version": "2.8.1", + "version": "3.0.0", "author": "Nate Goldman ", "bin": { "changelog-parser": "./bin/cli.js"