diff --git a/CHANGELOG.md b/CHANGELOG.md index e5e504d8..c17fe6ef 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.2.0](https://github.com/webpack-contrib/sass-loader/compare/v12.1.0...v12.2.0) (2021-10-12) + + +### Features + +* add link field in schema ([#976](https://github.com/webpack-contrib/sass-loader/issues/976)) ([1b453fb](https://github.com/webpack-contrib/sass-loader/commit/1b453fb4926ab27616f3c38104033fafe37633ab)) + ## [12.1.0](https://github.com/webpack-contrib/sass-loader/compare/v12.0.0...v12.1.0) (2021-06-10) diff --git a/package-lock.json b/package-lock.json index 2cb7a7e4..f60f89c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "sass-loader", - "version": "12.1.0", + "version": "12.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "12.1.0", + "version": "12.2.0", "license": "MIT", "dependencies": { "klona": "^2.0.4", diff --git a/package.json b/package.json index 5047641a..ab453e34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sass-loader", - "version": "12.1.0", + "version": "12.2.0", "description": "Sass loader for webpack", "license": "MIT", "repository": "webpack-contrib/sass-loader",