From 8a9f2eb4ba24639f7aad86223128ded83d98dbee Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 15 Aug 2023 19:25:20 +0300 Subject: [PATCH] chore(package) v8.2.0 --- ChangeLog | 8 ++++++++ package.json | 6 ++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7bb546b..f04b569 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2023.08.15, v8.2.0 + +feature: +- package: eslint-plugin-putout v19.1.0 +- package: putout v31.2.0 +- package: c8 v8.0.1 +- package: read-pkg-up v10.0.0 + 2023.06.08, v8.1.0 feature: diff --git a/package.json b/package.json index 9d097e9..ac07b78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "changelog-io", - "version": "8.1.0", + "version": "8.2.0", "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",