Skip to content

Commit

Permalink
3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simondel committed Mar 23, 2021
1 parent 114a896 commit 1f6f1b6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -4,11 +4,11 @@ arch:
language: node_js

node_js:
- 10 # LTS
- 12 # LTS
- 13 # Current
- 14 # Current

env:
- CHAI_VERSION=^4.0.0 SINON_VERSION=^10.0.0
- CHAI_VERSION=^4.0.0 SINON_VERSION=^9.0.0
- CHAI_VERSION=^4.0.0 SINON_VERSION=^8.0.0
- CHAI_VERSION=^4.0.0 SINON_VERSION=^7.0.0
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Change log

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

## 3.5.0

### Features
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -13,7 +13,7 @@
"stubs",
"mocks"
],
"version": "3.5.0",
"version": "3.6.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 <10.0.0"
"sinon": ">=4.0.0 <11.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 1f6f1b6

Please sign in to comment.