File tree 5 files changed +26
-4
lines changed 5 files changed +26
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
+ ## 15.1.0
4
+
5
+ - [ ` 79e719f2 ` ] ( https://github.com/sinonjs/sinon/commit/79e719f21ecafd13130f0801231b5dd96ea0fb07 )
6
+ Ensure we use a fake-timers version with clock.jump (Carl-Erik Kopseng)
7
+ - [ ` b2a4df5a ` ] ( https://github.com/sinonjs/sinon/commit/b2a4df5a841bfce85b9beb0741a8d9afe86ab492 )
8
+ Add docs for clock.jump method (#2512 ) (Jason O'Neill)
9
+ - [ ` f096abff ` ] ( https://github.com/sinonjs/sinon/commit/f096abffa6add8ea29a99822c3b4d2710014d453 )
10
+ fix (#2514 ): only force new or inherited descriptors to be configurable (#2515 ) (Carl-Erik Kopseng)
11
+
12
+ _ Released by [ Carl-Erik Kopseng] ( https://github.com/fatso83 ) on 2023-05-18._
13
+
3
14
## 15.0.4
4
15
5
16
- [ ` e9042c4f ` ] ( https://github.com/sinonjs/sinon/commit/e9042c4f18f4aa3e36e13652196c746b759aa1a5 )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description: >-
5
5
url : ' https://sinonjs.org'
6
6
github_username : sinonjs
7
7
sinon :
8
- current_release : v15.0.4
8
+ current_release : v15.1.0
9
9
current_major_version : 15
10
10
markdown : kramdown
11
11
kramdown :
Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ permalink: /releases/changelog
6
6
7
7
# Changelog
8
8
9
+ ## 15.1.0
10
+
11
+ - [ ` 79e719f2 ` ] ( https://github.com/sinonjs/sinon/commit/79e719f21ecafd13130f0801231b5dd96ea0fb07 )
12
+ Ensure we use a fake-timers version with clock.jump (Carl-Erik Kopseng)
13
+ - [ ` b2a4df5a ` ] ( https://github.com/sinonjs/sinon/commit/b2a4df5a841bfce85b9beb0741a8d9afe86ab492 )
14
+ Add docs for clock.jump method (#2512 ) (Jason O'Neill)
15
+ - [ ` f096abff ` ] ( https://github.com/sinonjs/sinon/commit/f096abffa6add8ea29a99822c3b4d2710014d453 )
16
+ fix (#2514 ): only force new or inherited descriptors to be configurable (#2515 ) (Carl-Erik Kopseng)
17
+
18
+ _ Released by [ Carl-Erik Kopseng] ( https://github.com/fatso83 ) on 2023-05-18._
19
+
9
20
## 15.0.4
10
21
11
22
- [ ` e9042c4f ` ] ( https://github.com/sinonjs/sinon/commit/e9042c4f18f4aa3e36e13652196c746b759aa1a5 )
Original file line number Diff line number Diff line change 15
15
" xhr" ,
16
16
" assert"
17
17
],
18
- "version" : " 15.0.4 " ,
18
+ "version" : " 15.1.0 " ,
19
19
"homepage" : " https://sinonjs.org/" ,
20
20
"author" : " Christian Johansen" ,
21
21
"repository" : {
You can’t perform that action at this time.
0 commit comments