Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravrock committed Mar 16, 2023
2 parents 8308515 + f509078 commit 726d35c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"jsdom": "^19.0.0",
"load-grunt-tasks": "^5.1.0",
"prettier": "1.17.1",
"sass": "^1.45.1",
"sass": "1.58.3",
"shelljs": "^0.8.3",
"temp": "^0.9.0"
},
Expand Down
19 changes: 19 additions & 0 deletions release_notes/4.6.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Jasmine Core 4.6.0 Release Notes

## New Features

* Report the ID of each suite/spec's parent
* Report the path/url of the file that the spec/suite was defined in
* Fixes [#1884](https://github.com/jasmine/jasmine/issues/1884)
* Added Firefox 102 (current ESR) to supported browsers


## Internal improvements

* Pinned sass to 1.58.3 for compatibility with Node 12
* Pinned eslint-plugin-compat to <4.1.0 for compatibility with Node 12
* Pinned Grunt to <1.6.0 for compatibility with Node 12

------

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

0 comments on commit 726d35c

Please sign in to comment.