From cd127c413f3331ee12978a6cdc3d18a8ab0363d8 Mon Sep 17 00:00:00 2001 From: Dawid Karabin Date: Mon, 30 Aug 2021 23:50:17 +0200 Subject: [PATCH] Update CHANGELOG.md, add info about 10.2.0 Not sure why but the changelog doesn't contain at the moment info about `10.2.0`. `10.2.0` is a published version on npm and there are even commits that mention that version: https://github.com/webpack-contrib/sass-loader/compare/v10.1.1...v10.2.0 This PR just add information from the commit https://github.com/webpack-contrib/sass-loader/commit/05b848b8a36db9c7a88bbe201ed6c8b70927d309 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e42942d..e5e504d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,6 +61,13 @@ Using `~` means looking for files in [`node_modules`](https://webpack.js.org/con * supported the [`resolve.byDependency`](https://webpack.js.org/configuration/resolve/#resolvebydependency) option, you can setup `{ resolve: { byDependency: { sass: { mainFiles: ['custom', '...'] } } } }` +## [10.2.0](https://github.com/webpack-contrib/sass-loader/compare/v10.1.1...v10.2.0) (2021-05-10) + + +### Features + +* support `node-sass` v6 ([dbbbdde](https://github.com/webpack-contrib/sass-loader/commit/dbbbdde8d73b5ebac89fdc3ca7009a644a471c5f)) + ### [10.1.1](https://github.com/webpack-contrib/sass-loader/compare/v10.1.0...v10.1.1) (2021-01-11)