From a48295810fface3c98bcf49b01dbc85d7a38cef1 Mon Sep 17 00:00:00 2001 From: Johannes Ewald Date: Tue, 21 Mar 2017 23:32:26 +0100 Subject: [PATCH] chore(release): 4.0.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d1f15c7..78d13a07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.0.2](https://github.com/webpack-contrib/less-loader/compare/v4.0.1...v4.0.2) (2017-03-21) + + +### Bug Fixes + +* Plugin.install is not a function ([f8ae245](https://github.com/webpack-contrib/less-loader/commit/f8ae245)) + + + ## [4.0.1](https://github.com/webpack-contrib/less-loader/compare/v4.0.0...v4.0.1) (2017-03-21) diff --git a/package.json b/package.json index dd1dbcdd..976b2852 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "less-loader", - "version": "4.0.1", + "version": "4.0.2", "author": "Johannes Ewald @jhnns", "description": "Less loader for webpack. Compiles Less to CSS.", "main": "dist/index.js",