diff --git a/.npmignore b/.npmignore index ab99a8a..2730396 100644 --- a/.npmignore +++ b/.npmignore @@ -22,7 +22,5 @@ scripts mocha-multi-reporters*.tgz - renovate.json -config.json .ncurc.js diff --git a/CHANGELOG.md b/CHANGELOG.md index 84b82da..c70f16f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 7402fcc..a0fe542 100644 --- a/package.json +++ b/package.json @@ -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": {