Skip to content

Commit

Permalink
Bump version to 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravrock committed Dec 2, 2024
1 parent fab4c45 commit 2cd62ca
Show file tree
Hide file tree
Showing 2 changed files with 17 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.4.0",
"version": "5.5.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.4.0"
"jasmine-core": "~5.5.0"
},
"bin": "./bin/jasmine.js",
"main": "./lib/jasmine.js",
Expand Down
15 changes: 15 additions & 0 deletions release_notes/5.5.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Jasmine 5.5.0 Release Notes

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

## Changes

* Support and generate .mjs config files

* Set forbidDuplicateNames: true in newly generated configs

## Supported environments

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

0 comments on commit 2cd62ca

Please sign in to comment.