Skip to content

Commit

Permalink
Don't ignore CHANGELOG.md in NPM package
Browse files Browse the repository at this point in the history
  • Loading branch information
GhassenRjab committed Dec 20, 2020
1 parent d4984fc commit 3d46bb5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 3d46bb5

Please sign in to comment.