Skip to content

Commit

Permalink
update docs[ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Gruber committed Apr 25, 2017
1 parent 1ad7647 commit 165f025
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
13 changes: 7 additions & 6 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ ratings:
paths:
- "**.js"
exclude_paths:
- dist/*
- .nyc_output/*
- _site/*
- coverage/*
- docs/*
- test-functional/*
- dist/
- .nyc_output/
- _site/
- coverage/
- docs/
- test-functional/
- test-programmatic/
- test/sample-suite.js
- test/sample-tests.js
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

### [2.1.0](https://github.com/adamgruber/mochawesome/releases/tag/2.1.0)
- Added new options: `overwrite` and `timestamp`

### [2.0.5](https://github.com/adamgruber/mochawesome/releases/tag/2.0.5)
- Fix `UnhandledPromiseRejectionWarning` error when calling nonexistant `exit` function
- Limit files included in package
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": "mochawesome",
"version": "2.0.5",
"version": "2.1.0",
"description": "A Gorgeous HTML/CSS Reporter for Mocha.js",
"scripts": {
"lint": "eslint src test",
Expand Down

0 comments on commit 165f025

Please sign in to comment.