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 <mark@zzo.com>",
"Friedel Ziegelmayer <dignifiedquire@gmail.com>",
"olegskl <sklyanchuk@gmail.com>",
"XhmikosR <xhmikosr@gmail.com>",
"dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"dignifiedquire <dignifiedquire@gmail.com>",
"semantic-release-bot <semantic-release-bot@martynus.net>",
"dignifiedquire <dignifiedquire@gmail.com>",
"Cornelius Schmale <github@cschmale.de>",
"XhmikosR <xhmikosr@gmail.com>",
"Arthur Thornton <arthur@thestorefront.com>",
"Friedel Ziegelmayer <friedel.ziegelmayer@gmail.com>",
"Patrick McGuckin <patrick@gskinner.com>",
Expand Down Expand Up @@ -101,6 +101,7 @@
"Sergey Tatarintsev <sevinf@yandex-team.ru>",
"Sid Vishnoi <sidvishnoi8@gmail.com>",
"Stefan Dragnev <dragnev@telerik.com>",
"Tobias Speicher <rootcommander@gmail.com>",
"Todd Wolfson <todd@twolfson.com>",
"Vladimir Belov <Vladimir.Belov@hotmail.com>",
"Yusuke Iinuma <yinm@users.noreply.github.com>",
Expand Down

0 comments on commit b7b7e6b

Please sign in to comment.