You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(release): 5.0.0 [skip ci]
# [5.0.0](v4.0.2...v5.0.0) (2022-04-12)
### Bug Fixes
* limit karma peer dependency to ^6.0.0 ([d72c124](d72c124))
### Build System
* drop Node.js 10 support ([ea691e8](ea691e8))
### Features
* **deps:** update dependencies including jasmine-core ([821f094](821f094))
### BREAKING CHANGES
* The minimum required version of karma is 6.0.0.
* The minimum required version of Node is 12.0.0.
* **deps:** jasmine-core was updated to the 4.1.0.
Please refer to the [release notes](https://github.com/jasmine/jasmine/blob/main/release_notes/4.0.0.md) for the complete list of changes and migration instructions.
chore(release): 3.3.1 [skip ci]
## [3.3.1](v3.3.0...v3.3.1) (2020-05-28)
### Bug Fixes
* **filter:** match any portion of a spec name ([#270](#270)) ([ded4c4b](ded4c4b)), closes [#256](#256)