Skip to content

Commit db43093

Browse files
chore(release): 2.0.10
1 parent 5406a4c commit db43093

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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+
<a name="2.0.10"></a>
6+
## [2.0.10](https://github.com/webpac-contrib/karma-webpack/compare/v2.0.9...v2.0.10) (2018-02-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **karma-webpack:** correctly coalesce `idx` (`{Number}`) in filepaths ([#287](https://github.com/webpac-contrib/karma-webpack/issues/287)) ([5fa2409](https://github.com/webpac-contrib/karma-webpack/commit/5fa2409))
12+
* correctly escape `{Regex}` in custom file handler ([#293](https://github.com/webpac-contrib/karma-webpack/issues/293)) ([906ed52](https://github.com/webpac-contrib/karma-webpack/commit/906ed52))
13+
* disable `webpack` rebuilds on karma `--single-run` ([41d1912](https://github.com/webpac-contrib/karma-webpack/commit/41d1912))
14+
* **package:** add `webpack >= v4.0.0` (`peerDependencies`) ([#301](https://github.com/webpac-contrib/karma-webpack/issues/301)) ([99ddad8](https://github.com/webpac-contrib/karma-webpack/commit/99ddad8))
15+
16+
17+
518
<a name="2.0.9"></a>
619
## [2.0.9](https://github.com/webpack/karma-webpack/compare/v2.0.8...v2.0.9) (2017-12-14)
720

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "karma-webpack",
3-
"version": "2.0.9",
3+
"version": "2.0.10",
44
"author": "Tobias Koppers @sokra",
55
"description": "Use webpack with karma",
66
"license": "MIT",
@@ -11,7 +11,7 @@
1111
"lib"
1212
],
1313
"scripts": {
14-
"start": "nom run build -- -w",
14+
"start": "npm run build -- -w",
1515
"lint": "eslint --cache src test",
1616
"clean": "del-cli lib",
1717
"build": "cross-env NODE_ENV=production babel src -d lib --ignore 'src/**/*.test.js' --copy-files",

0 commit comments

Comments
 (0)