diff --git a/CHANGELOG.md b/CHANGELOG.md index d191525c..a66aef7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +## [12.0.0](https://github.com/webpack-contrib/sass-loader/compare/v11.1.1...v12.0.0) (2021-06-01) + + +### ⚠ BREAKING CHANGES + +* minimum supported `Node.js` version is `12.13.0` + +### Bug Fixes + +* crash in custom importers with worker threads ([#958](https://github.com/webpack-contrib/sass-loader/issues/958)) ([67aa139](https://github.com/webpack-contrib/sass-loader/commit/67aa1391c12013aae70e08f5bbabb94e74b10a6d)) +* resolving `_index.import.scss`/`index.import.scss` in packages ([#906](https://github.com/webpack-contrib/sass-loader/issues/906)) ([6641a16](https://github.com/webpack-contrib/sass-loader/commit/6641a16d510db653fbdc2bcfc265603c9f6fcd1a)) + ### [11.1.1](https://github.com/webpack-contrib/sass-loader/compare/v11.1.0...v11.1.1) (2021-05-13) diff --git a/package-lock.json b/package-lock.json index 5f2602db..af2ab384 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "sass-loader", - "version": "11.1.1", + "version": "12.0.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index bde441a0..bebe4fc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sass-loader", - "version": "11.1.1", + "version": "12.0.0", "description": "Sass loader for webpack", "license": "MIT", "repository": "webpack-contrib/sass-loader",