Skip to content

Commit c7d965c

Browse files
chore: prepare 2.1.2 release
1 parent bb5f061 commit c7d965c

File tree

3 files changed

+29
-25
lines changed

3 files changed

+29
-25
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](http://semver.org).
66

7+
## 2.1.2 - 2018-08-29
8+
9+
- Chore: minimum required `execa` version is now `^1.0.0`.
10+
711
## 2.1.1 - 2018-08-24
812

913
- Chore: minimum required `execa` version is now `^0.11.0`.

package-lock.json

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "execa-webpack-plugin",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "A better `child_process` for `webpack`",
55
"keywords": [
66
"exec",
@@ -31,7 +31,7 @@
3131
"bugs": "https://github.com/itgalaxy/execa-webpack-plugin/issues",
3232
"main": "src/ExecaWebpackPlugin",
3333
"dependencies": {
34-
"execa": "^0.11.0",
34+
"execa": "^1.0.0",
3535
"webpack-log": "^2.0.0"
3636
},
3737
"devDependencies": {

0 commit comments

Comments
 (0)