diff --git a/CHANGELOG.md b/CHANGELOG.md index a66aef7c..6e42942d 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. +## [12.1.0](https://github.com/webpack-contrib/sass-loader/compare/v12.0.0...v12.1.0) (2021-06-10) + + +### Features + +* allow `String` value for the `implementation` option ([382a3ca](https://github.com/webpack-contrib/sass-loader/commit/382a3ca7ca8b7041712de30ce5ad8e6532944c1b)) + ## [12.0.0](https://github.com/webpack-contrib/sass-loader/compare/v11.1.1...v12.0.0) (2021-06-01) diff --git a/package-lock.json b/package-lock.json index 96a7c936..025bde6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "sass-loader", - "version": "12.0.0", + "version": "12.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 33cad000..3a094f26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sass-loader", - "version": "12.0.0", + "version": "12.1.0", "description": "Sass loader for webpack", "license": "MIT", "repository": "webpack-contrib/sass-loader",