Skip to content

Commit

Permalink
3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simondel committed May 25, 2021
1 parent 1f6f1b6 commit 74a1bc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Change log

## 3.7.0
* No longer check for the max sinon version ([#150](https://github.com/domenic/sinon-chai/issues/150))

## 3.6.0
* Add support for sinon 10 ([#149](https://github.com/domenic/sinon-chai/issues/149))

Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -13,7 +13,7 @@
"stubs",
"mocks"
],
"version": "3.6.0",
"version": "3.7.0",
"author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)",
"contributors": [
"Simon de Lang <simondelang@gmail.com>"
Expand All @@ -32,7 +32,7 @@
},
"peerDependencies": {
"chai": "^4.0.0",
"sinon": ">=4.0.0 <11.0.0"
"sinon": ">=4.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 74a1bc0

Please sign in to comment.