Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Merge cabb9ee into 208eefc
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Aug 11, 2018
2 parents 208eefc + cabb9ee commit 365b973
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ npm-debug.log
package-lock.json
.test
/test
/.github
.istanbul.yml
.gitignore
.travis.yml
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
### Removed

## [2.8.0] - 2018-08-11
### Added
- Avoid publishing .github folder into npm distribution.

## [2.7.0] - 2018-08-11
### Changed
- Upgrade sinon version to 6.1.5.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Add the next script to your `package.json` file:
"test": "mocha-sinon-chai"
},
"devDependencies" : {
"mocha-sinon-chai": "2.7.0"
"mocha-sinon-chai": "2.8.0"
}
}
```
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-sinon-chai",
"version": "2.7.0",
"version": "2.8.0",
"description": "Wrapper for Mocha, Sinon and Chai. Wrapper cli for istanbul and mocha. Avoid globals in tests",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.organization=javierbrea
sonar.projectKey=mocha-sinon-chai
sonar.projectVersion=2.7.0
sonar.projectVersion=2.8.0

sonar.sources=.
sonar.exclusions=node_modules/**
Expand Down

0 comments on commit 365b973

Please sign in to comment.