From 7d8b8ab0e583486ce05ddf3eaa5b92919cf51c33 Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Mon, 24 Aug 2020 20:26:05 +0300 Subject: [PATCH] chore(release): 10.0.0-rc.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b592c9c4..bcbdfefd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [10.0.0-rc.0](https://github.com/webpack-contrib/sass-loader/compare/v9.0.3...v10.0.0-rc.0) (2020-08-24) + + +### ⚠ BREAKING CHANGES + +* loader generates absolute `sources` in source maps, also avoids modifying `sass` source maps if the `sourceMap` option is `false` + ### [9.0.3](https://github.com/webpack-contrib/sass-loader/compare/v9.0.2...v9.0.3) (2020-08-05) diff --git a/package-lock.json b/package-lock.json index f80a6516..4d996782 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "sass-loader", - "version": "9.0.3", + "version": "10.0.0-rc.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index eb50b689..2b3132ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sass-loader", - "version": "9.0.3", + "version": "10.0.0-rc.0", "description": "Sass loader for webpack", "license": "MIT", "repository": "webpack-contrib/sass-loader",