Skip to content

Commit e2423b4

Browse files
author
Ryan Clark
committed
chore: release v5.0.0
1 parent 46a5505 commit e2423b4

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
# [5.0.0](https://github.com/webpack-contrib/karma-webpack/compare/v5.0.0-alpha.6...v5.0.0) (2021-02-02)
6+
7+
No changes, just a new stable release.
8+
59
# [5.0.0-alpha.6](https://github.com/webpack-contrib/karma-webpack/compare/v5.0.0-alpha.5...v5.0.0-alpha.6) (2021-01-30)
610

711

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020

2121
<h2 align="center">Install</h2>
2222

23-
npm `npm i -D karma-webpack@next`
23+
npm `npm i -D karma-webpack`
2424

25-
yarn `yarn add -D karma-webpack@next`
25+
yarn `yarn add -D karma-webpack`
2626

2727
<h2 align="center">Usage</h2>
2828

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "karma-webpack",
3-
"version": "5.0.0-alpha.6",
3+
"version": "5.0.0",
44
"description": "Use webpack with karma",
55
"license": "MIT",
66
"repository": "webpack-contrib/karma-webpack",

0 commit comments

Comments
 (0)