From 3d46bb59e0de0230c1f14eb4b34b0839e73a8bcc Mon Sep 17 00:00:00 2001 From: Ghassen Rjab Date: Sun, 20 Dec 2020 13:10:15 +0100 Subject: [PATCH] Don't ignore CHANGELOG.md in NPM package --- .npmignore | 17 ++++++++--------- CHANGELOG.md | 6 ++++++ 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/.npmignore b/.npmignore index dc53493..5e0f78f 100644 --- a/.npmignore +++ b/.npmignore @@ -1,17 +1,16 @@ # GitHub Actions' files -.github +/.github # Source files -src/ +/src # Code coverage /coverage # Other files -.editorconfig -.eslintrc.json -.eslintignore -babel.config.json -rollup.config.js -.gitattributes -.CHANGELOG.md +/.editorconfig +/.eslintrc.json +/.eslintignore +/babel.config.json +/rollup.config.js +/.gitattributes diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cb321a..93f55ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.2.3] - 2020-12-20 + +### Changed [3.2.3] + +- Don't ignore changelog in NPM package ([@GhassenRjab](https://github.com/GhassenRjab)) + ## [3.2.2] - 2020-12-20 ### Changed [3.2.2]