Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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.
  • Loading branch information
semantic-release-bot committed Apr 12, 2022
1 parent d72c124 commit b7b7e6b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# [5.0.0](https://github.com/karma-runner/karma-jasmine/compare/v4.0.2...v5.0.0) (2022-04-12)


### Bug Fixes

* limit karma peer dependency to ^6.0.0 ([d72c124](https://github.com/karma-runner/karma-jasmine/commit/d72c124d9f30402acb31ecdf77fd517208713320))


### Build System

* drop Node.js 10 support ([ea691e8](https://github.com/karma-runner/karma-jasmine/commit/ea691e82cffe14358bfaddfc1f42f0ba58145e32))


### Features

* **deps:** update dependencies including jasmine-core ([821f094](https://github.com/karma-runner/karma-jasmine/commit/821f094801dcd8380c2dee15c0f1686e9df5dca7))


### 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.

## [4.0.2](https://github.com/karma-runner/karma-jasmine/compare/v4.0.1...v4.0.2) (2022-03-30)


Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@
"Mark Ethan Trostler <[email protected]>",
"Friedel Ziegelmayer <[email protected]>",
"olegskl <[email protected]>",
"XhmikosR <[email protected]>",
"dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"dignifiedquire <[email protected]>",
"semantic-release-bot <[email protected]>",
"dignifiedquire <[email protected]>",
"Cornelius Schmale <[email protected]>",
"XhmikosR <[email protected]>",
"Arthur Thornton <[email protected]>",
"Friedel Ziegelmayer <[email protected]>",
"Patrick McGuckin <[email protected]>",
Expand Down Expand Up @@ -101,6 +101,7 @@
"Sergey Tatarintsev <[email protected]>",
"Sid Vishnoi <[email protected]>",
"Stefan Dragnev <[email protected]>",
"Tobias Speicher <[email protected]>",
"Todd Wolfson <[email protected]>",
"Vladimir Belov <[email protected]>",
"Yusuke Iinuma <[email protected]>",
Expand Down

0 comments on commit b7b7e6b

Please sign in to comment.