From e8b7d48a43ebbe82a818efa33efdb6fcf36c4a61 Mon Sep 17 00:00:00 2001 From: Johannes Ewald Date: Thu, 30 Mar 2017 20:16:59 +0200 Subject: [PATCH] chore(release): 4.0.3 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78d13a07..2d9a426f 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.3](https://github.com/webpack-contrib/less-loader/compare/v4.0.2...v4.0.3) (2017-03-30) + + +### Bug Fixes + +* sourcesContent missing in source maps ([df28035](https://github.com/webpack-contrib/less-loader/commit/df28035)) + + + ## [4.0.2](https://github.com/webpack-contrib/less-loader/compare/v4.0.1...v4.0.2) (2017-03-21) diff --git a/package.json b/package.json index e1a96080..f0523f50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "less-loader", - "version": "4.0.2", + "version": "4.0.3", "author": "Johannes Ewald @jhnns", "description": "Less loader for webpack. Compiles Less to CSS.", "main": "dist/index.js",