Skip to content

Commit 7ba53b2

Browse files
committed
Bump version to 5.12.0
1 parent dbc1f92 commit 7ba53b2

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

lib/jasmine-core/jasmine.js

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

1179011790
getJasmineRequireObj().version = function() {
11791-
return '5.11.0';
11791+
return '5.12.0';
1179211792
};

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.11.0",
4+
"version": "5.12.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/jasmine/jasmine.git"

release_notes/5.12.0.md

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

0 commit comments

Comments
 (0)