Skip to content

Commit 900fc38

Browse files
chore(release): 6.0.1
1 parent a3b56d3 commit 900fc38

File tree

4 files changed

+15
-11
lines changed

4 files changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
# Change Log
1+
# Changelog
22

3-
All notable changes to this project will be documented in this file.
3+
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-
This project adheres to [Semantic Versioning](http://semver.org).
5+
### [6.0.1](https://github.com/itgalaxy/execa-webpack-plugin/compare/v6.0.0...v6.0.1) (2020-02-26)
6+
7+
8+
### Bug Fixes
9+
10+
* do not log the `No commands` message in the `dev` mode ([#41](https://github.com/itgalaxy/execa-webpack-plugin/issues/41)) ([a3b56d3](https://github.com/itgalaxy/execa-webpack-plugin/commit/a3b56d3479f11658f5d559bbfdd111b24803740c))
11+
* do not overload system when a hook is async ([#40](https://github.com/itgalaxy/execa-webpack-plugin/issues/40)) ([50260b3](https://github.com/itgalaxy/execa-webpack-plugin/commit/50260b39cec564d6f56e0cbb61790cab64289415))
612

713
## 6.0.0 - 2019-12-19
814

lint-staged.config.js

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
module.exports = {
44
"*.{js,cjs,mjs,jsx,ts,tsx}": [
55
"prettier --list-different",
6-
"eslint --report-unused-disable-directives",
7-
"git add"
6+
"eslint --report-unused-disable-directives"
87
],
9-
"*.{md,markdown,mdown,mkdn,mkd,mdwn,mkdown,ron}": [
8+
"!(CHANGELOG).{md,markdown,mdown,mkdn,mkd,mdwn,mkdown,ron}": [
109
"prettier --list-different",
11-
"remark -f -q",
12-
"git add"
10+
"remark -f -q"
1311
],
14-
"*.{yml,yaml}": ["prettier --list-different", "git add"]
12+
"*.{yml,yaml}": ["prettier --list-different"]
1513
};

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

0 commit comments

Comments
 (0)