Skip to content

Commit 10b70b1

Browse files
chore(release): 6.0.2
1 parent 7db078e commit 10b70b1

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66
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.
77

8+
### [6.0.2](https://github.com/itgalaxy/execa-webpack-plugin/compare/v6.0.1...v6.0.2) (2020-02-27)
9+
10+
11+
### Bug Fixes
12+
13+
* do not crash on empty async hook ([#42](https://github.com/itgalaxy/execa-webpack-plugin/issues/42)) ([7db078e](https://github.com/itgalaxy/execa-webpack-plugin/commit/7db078e53468f2e4c185e72100c51e88ad274227))
14+
815
### [6.0.1](https://github.com/itgalaxy/execa-webpack-plugin/compare/v6.0.0...v6.0.1) (2020-02-26)
916

1017

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": "execa-webpack-plugin",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "A better `child_process` for `webpack`",
55
"keywords": [
66
"exec",

0 commit comments

Comments
 (0)