From 670ab182bc4984c63e1316d91c6e400157e07b58 Mon Sep 17 00:00:00 2001 From: Joshua Wiens Date: Sun, 9 Jul 2017 20:45:43 -0500 Subject: [PATCH] chore(release): 4.0.5 --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 338d389a..4047a23f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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.5](https://github.com/webpack-contrib/less-loader/compare/v4.0.4...v4.0.5) (2017-07-10) + + + ## [4.0.4](https://github.com/webpack-contrib/less-loader/compare/v4.0.3...v4.0.4) (2017-05-30) diff --git a/package-lock.json b/package-lock.json index 60b96de1..ba464715 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "less-loader", - "version": "4.0.4", + "version": "4.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ee8dc855..57f0a2e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "less-loader", - "version": "4.0.4", + "version": "4.0.5", "author": "Johannes Ewald @jhnns", "description": "Less loader for webpack. Compiles Less to CSS.", "main": "dist/cjs.js",