Skip to content

Commit 38175b8

Browse files
committed
chore(release): 3.1.3
1 parent 6c71c11 commit 38175b8

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Change Log
2+
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.
4+
5+
<a name="3.1.3"></a>
6+
## [3.1.3](https://github.com/webpack-contrib/grunt-webpack/compare/v3.1.2...v3.1.3) (2018-09-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **dev-server:** compatibility with webpack-dev-server 3.1.7+ ([#166](https://github.com/webpack-contrib/grunt-webpack/issues/166)) ([218f46b](https://github.com/webpack-contrib/grunt-webpack/commit/218f46b))
12+
* Correctly create a function wrapper for plugins to be able to replace grunt templates ([a1ee19e](https://github.com/webpack-contrib/grunt-webpack/commit/a1ee19e)), closes [#163](https://github.com/webpack-contrib/grunt-webpack/issues/163)
13+
* Display proper error when no config was found. ([6326a10](https://github.com/webpack-contrib/grunt-webpack/commit/6326a10)), closes [#164](https://github.com/webpack-contrib/grunt-webpack/issues/164)
14+
15+
16+
117
<a name="3.1.2"></a>
218
## [3.1.2](https://github.com/webpack-contrib/grunt-webpack/compare/v3.1.1...v3.1.2) (2018-05-14)
319

@@ -180,6 +196,3 @@
180196

181197
<a name="1.0.10"></a>
182198
## 1.0.10 (2015-06-27)
183-
184-
185-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-webpack",
33
"description": "Use webpack with grunt.",
4-
"version": "3.1.2",
4+
"version": "3.1.3",
55
"homepage": "https://github.com/webpack-contrib/grunt-webpack",
66
"author": {
77
"name": "Tobias Koppers @sokra"

0 commit comments

Comments
 (0)