Skip to content

Commit

Permalink
chore: add missing file into the npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
francisu committed Nov 4, 2020
1 parent 5bffa12 commit 189baff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,5 @@ scripts

mocha-multi-reporters*.tgz


renovate.json
config.json
.ncurc.js
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.5.1](https://github.com/stanleyhlng/mocha-multi-reporters/compare/v1.5.0...v1.5.1) (2020-11-04)

### Bugs

* Added missing config.json file into npm bundle

## [1.5.0](https://github.com/stanleyhlng/mocha-multi-reporters/compare/v1.1.7...v1.5.0) (2020-11-04)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mocha-multi-reporters",
"version": "1.5.0",
"version": "1.5.1",
"description": "Generate multiple mocha reports in a single mocha execution.",
"main": "index.js",
"nyc": {
Expand Down

0 comments on commit 189baff

Please sign in to comment.