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]