Skip to content

Commit 53e9bc6

Browse files
committed
Bump version to 5.12.1
1 parent 2be50e1 commit 53e9bc6

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

lib/jasmine-core/jasmine.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11791,5 +11791,5 @@ getJasmineRequireObj().UserContext = function(j$) {
1179111791
};
1179211792

1179311793
getJasmineRequireObj().version = function() {
11794-
return '5.12.0';
11794+
return '5.12.1';
1179511795
};

package.json

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

release_notes/5.12.1.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Jasmine Core 5.12.0 Release Notes
2+
3+
## Bug fixes
4+
5+
* Fix custom matchers in top-level specs
6+
* Merges [#2088](https://github.com/jasmine/jasmine/pull/2088) from @bonkevin
7+
8+
## Supported environments
9+
10+
This version has been tested in the following environments.
11+
12+
| Environment | Supported versions |
13+
|-------------|--------------------------------|
14+
| Node | 18.20.5**, 20, 22, 24 |
15+
| Safari | 16**, 17** |
16+
| Chrome | 141* |
17+
| Firefox | 102**, 115**, 128**, 140, 144* |
18+
| Edge | 141* |
19+
20+
\* Evergreen browser. Each version of Jasmine is tested against the latest
21+
version available at release time.<br>
22+
\** Supported on a best-effort basis. Support for these versions may be dropped
23+
if it becomes impractical, and bugs affecting only these versions may not be
24+
treated as release blockers.
25+
26+
27+
------
28+
29+
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 commit comments

Comments
 (0)