From 0072815ae054d9445bc88e4a9ed2f7df9be7ef77 Mon Sep 17 00:00:00 2001 From: Matthias Osswald Date: Fri, 28 Jan 2022 11:37:23 +0100 Subject: [PATCH] [INTERNAL] npm release: Add missing CHANGELOG file The CLI needs the changelog files of all modules to create a consolidated changelog. Since npm v7 the CHANGELOG file is not always published anymore. See: https://github.com/npm/npm-packlist/pull/61 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f1c6c7d25..dc113d542 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,7 @@ }, "files": [ "index.js", + "CHANGELOG.md", "CONTRIBUTING.md", "jsdoc.json", "lib/**",