From cd339846e1f0dcceec373216d25a9e5087282c2b Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 13 Feb 2024 11:48:44 +0200 Subject: [PATCH] chore: changelog-io: v9.0.1 --- ChangeLog | 5 +++++ package.json | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b37cae6..757a289 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024.02.13, v9.0.1 + +feature: +- 4155974 changelog-io: read-package-up v11.0.0 + 2024.02.13, v9.0.0 feature: diff --git a/package.json b/package.json index 7c12888..9926ecd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "changelog-io", - "version": "9.0.0", + "version": "9.0.1", "author": "coderaiser (https://github.com/coderaiser)", "description": "Generate changelog", "main": "lib/changelog.js", @@ -12,7 +12,9 @@ "type": "git", "url": "git://github.com/coderaiser/changelog-io.git" }, - "keywords": ["changelog"], + "keywords": [ + "changelog" + ], "scripts": { "test": "madrun test", "coverage": "madrun coverage",