Skip to content

Commit

Permalink
Bump version to 5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravrock committed Feb 9, 2024
1 parent 03098e8 commit d06dce4
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/jasmine-core/jasmine.js
Expand Up @@ -10813,5 +10813,5 @@ getJasmineRequireObj().UserContext = function(j$) {
};

getJasmineRequireObj().version = function() {
return '5.1.1';
return '5.1.2';
};
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "jasmine-core",
"license": "MIT",
"version": "5.1.1",
"version": "5.1.2",
"repository": {
"type": "git",
"url": "https://github.com/jasmine/jasmine.git"
Expand Down
27 changes: 27 additions & 0 deletions release_notes/5.1.2.md
@@ -0,0 +1,27 @@
# Jasmine Core 5.1.2 Release Notes

## Bug Fixes

* Fixed `throwUnlessAsync`
* Fixes [#2026](https://github.com/jasmine/jasmine/issues/2026)

# Documentation improvements

* Added Safari 17 to supported browsers
* Added Firefox 115 (current ESR) to supported browsers

## Supported environments

This version has been tested in the following environments.

| Environment | Supported versions |
|-------------------|--------------------|
| Node | 18, 20 |
| Safari | 15-17 |
| Chrome | 121 |
| Firefox | 102, 115, 122 |
| Edge | 121 |

------

_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 comments on commit d06dce4

Please sign in to comment.