Skip to content

Commit

Permalink
docs: update CHANGELOG.md, add info about 10.2.0 (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
hinok committed Aug 31, 2021
1 parent f26b809 commit 634e561
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)


Expand Down

0 comments on commit 634e561

Please sign in to comment.