From 75d4a093b0364fa46e47ea5b85e243f7f076cb1f Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Tue, 25 Aug 2020 14:46:11 +0300 Subject: [PATCH] chore(release): 7.0.0 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd80154a..3d8ecdd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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. +## [7.0.0](https://github.com/webpack-contrib/less-loader/compare/v6.2.0...v7.0.0) (2020-08-25) + + +### ⚠ BREAKING CHANGES + +* move `less` to `peerDependencies`, the `implementation` option was removed +* `prependData` and `appendData` option were removed in favor the `additionaldata` option + +### Features + +* added `webpackImporter` option ([#377](https://github.com/webpack-contrib/less-loader/issues/377)) ([12dca5b](https://github.com/webpack-contrib/less-loader/commit/12dca5bb573740472cff8176b7aade184c773ebc)) +* added loader context in less plugins ([#378](https://github.com/webpack-contrib/less-loader/issues/378)) ([7b7fc5e](https://github.com/webpack-contrib/less-loader/commit/7b7fc5e841a2c7c587a980648056ed4762014e9d)) +* added `additionaldata` option ([#374](https://github.com/webpack-contrib/less-loader/issues/374)) ([2785803](https://github.com/webpack-contrib/less-loader/commit/27858037a2e307fdf437604300f14c8233df4568)) + ## [6.2.0](https://github.com/webpack-contrib/less-loader/compare/v6.1.3...v6.2.0) (2020-07-03) diff --git a/package-lock.json b/package-lock.json index 1f73a11e..35503296 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "less-loader", - "version": "6.2.0", + "version": "7.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e41c9246..f5930335 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "less-loader", - "version": "6.2.0", + "version": "7.0.0", "description": "A Less loader for webpack. Compiles Less to CSS.", "license": "MIT", "repository": "webpack-contrib/less-loader",