Skip to content

Commit

Permalink
Bump version to 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravrock committed Sep 7, 2024
1 parent d9f1c03 commit 7c31381
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"bdd"
],
"license": "MIT",
"version": "5.2.0",
"version": "5.3.0",
"repository": {
"type": "git",
"url": "https://github.com/jasmine/jasmine-npm"
Expand All @@ -32,7 +32,7 @@
],
"dependencies": {
"glob": "^10.2.2",
"jasmine-core": "~5.2.0"
"jasmine-core": "~5.3.0"
},
"bin": "./bin/jasmine.js",
"main": "./lib/jasmine.js",
Expand Down
10 changes: 10 additions & 0 deletions release_notes/5.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Jasmine 5.3.0 Release Notes

This release updates the jasmine-core dependency to 5.3.0. See the
[jasmine-core release notes](https://github.com/jasmine/jasmine/blob/main/release_notes/5.3.0.md)
for more information.

## Supported environments

This version has been tested on Node 18, 20, and 22.

0 comments on commit 7c31381

Please sign in to comment.