From 529ae0c43b2488b92eba9b6019d105764a68cd50 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Mon, 3 Feb 2020 14:37:02 +0000 Subject: [PATCH] v6.4.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f55aea..0357e4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v6.4.0](https://github.com/neutrinojs/webpack-chain/compare/v6.3.1...v6.4.0) + +> 3 February 2020 + +- Fix Rule.merge() when include or exclude are strings [`#243`](https://github.com/neutrinojs/webpack-chain/pull/243) +- Add Types to Plugin Arguments [`#241`](https://github.com/neutrinojs/webpack-chain/pull/241) +- Add devServer shorthands for sockHost, sockPort, sockPath [`#238`](https://github.com/neutrinojs/webpack-chain/pull/238) +- Add `devtoolNamespace` TypeScript declaration [`#232`](https://github.com/neutrinojs/webpack-chain/pull/232) +- Fix Rule.merge() when include or exclude are strings (#243) [`#228`](https://github.com/neutrinojs/webpack-chain/issues/228) +- Add devServer shorthands for sockHost, sockPort, sockPath (#238) [`#231`](https://github.com/neutrinojs/webpack-chain/issues/231) + #### [v6.3.1](https://github.com/neutrinojs/webpack-chain/compare/v6.3.0...v6.3.1) > 28 January 2020 diff --git a/package.json b/package.json index 6dd47b8..6e19550 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack-chain", - "version": "6.3.1", + "version": "6.4.0", "main": "src/Config.js", "typings": "types/index.d.ts", "repository": "neutrinojs/webpack-chain",