Skip to content

Commit d06dce4

Browse files
committed
Bump version to 5.1.2
1 parent 03098e8 commit d06dce4

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

lib/jasmine-core/jasmine.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10813,5 +10813,5 @@ getJasmineRequireObj().UserContext = function(j$) {
1081310813
};
1081410814

1081510815
getJasmineRequireObj().version = function() {
10816-
return '5.1.1';
10816+
return '5.1.2';
1081710817
};

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jasmine-core",
33
"license": "MIT",
4-
"version": "5.1.1",
4+
"version": "5.1.2",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/jasmine/jasmine.git"

release_notes/5.1.2.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Jasmine Core 5.1.2 Release Notes
2+
3+
## Bug Fixes
4+
5+
* Fixed `throwUnlessAsync`
6+
* Fixes [#2026](https://github.com/jasmine/jasmine/issues/2026)
7+
8+
# Documentation improvements
9+
10+
* Added Safari 17 to supported browsers
11+
* Added Firefox 115 (current ESR) to supported browsers
12+
13+
## Supported environments
14+
15+
This version has been tested in the following environments.
16+
17+
| Environment | Supported versions |
18+
|-------------------|--------------------|
19+
| Node | 18, 20 |
20+
| Safari | 15-17 |
21+
| Chrome | 121 |
22+
| Firefox | 102, 115, 122 |
23+
| Edge | 121 |
24+
25+
------
26+
27+
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 commit comments

Comments
 (0)