Skip to content

Commit

Permalink
chore(release): 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Sep 2, 2018
1 parent 6c71c11 commit 38175b8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Change Log

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.

<a name="3.1.3"></a>
## [3.1.3](https://github.com/webpack-contrib/grunt-webpack/compare/v3.1.2...v3.1.3) (2018-09-02)


### Bug Fixes

* **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))
* 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)
* 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)



<a name="3.1.2"></a>
## [3.1.2](https://github.com/webpack-contrib/grunt-webpack/compare/v3.1.1...v3.1.2) (2018-05-14)

Expand Down Expand Up @@ -180,6 +196,3 @@

<a name="1.0.10"></a>
## 1.0.10 (2015-06-27)



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-webpack",
"description": "Use webpack with grunt.",
"version": "3.1.2",
"version": "3.1.3",
"homepage": "https://github.com/webpack-contrib/grunt-webpack",
"author": {
"name": "Tobias Koppers @sokra"
Expand Down

0 comments on commit 38175b8

Please sign in to comment.