Skip to content

Commit 1f6f1b6

Browse files
committed
3.6.0
1 parent 114a896 commit 1f6f1b6

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ arch:
44
language: node_js
55

66
node_js:
7-
- 10 # LTS
87
- 12 # LTS
9-
- 13 # Current
8+
- 14 # Current
109

1110
env:
11+
- CHAI_VERSION=^4.0.0 SINON_VERSION=^10.0.0
1212
- CHAI_VERSION=^4.0.0 SINON_VERSION=^9.0.0
1313
- CHAI_VERSION=^4.0.0 SINON_VERSION=^8.0.0
1414
- CHAI_VERSION=^4.0.0 SINON_VERSION=^7.0.0

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change log
22

3+
## 3.6.0
4+
* Add support for sinon 10 ([#149](https://github.com/domenic/sinon-chai/issues/149))
5+
36
## 3.5.0
47

58
### Features

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"stubs",
1414
"mocks"
1515
],
16-
"version": "3.5.0",
16+
"version": "3.6.0",
1717
"author": "Domenic Denicola <[email protected]> (https://domenic.me/)",
1818
"contributors": [
1919
"Simon de Lang <[email protected]>"
@@ -32,7 +32,7 @@
3232
},
3333
"peerDependencies": {
3434
"chai": "^4.0.0",
35-
"sinon": ">=4.0.0 <10.0.0"
35+
"sinon": ">=4.0.0 <11.0.0"
3636
},
3737
"devDependencies": {
3838
"chai": "^4.2.0",

0 commit comments

Comments
 (0)