Skip to content

Commit

Permalink
chore(release): 13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed May 18, 2022
1 parent 095814e commit 1d1b057
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6,248 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,19 @@

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.

## [13.0.0](https://github.com/webpack-contrib/sass-loader/compare/v12.6.0...v13.0.0) (2022-05-18)


### ⚠ BREAKING CHANGES

* minimum supported `Node.js` version is `14.15.0` (#1048)
* emit `@warn` at-rules as webpack warnings by default, if you want to revert behavior please use the [`warnRuleAsWarning`](https://github.com/webpack-contrib/sass-loader#warnruleaswarning) option ([#1054](https://github.com/webpack-contrib/sass-loader/issues/1054)) ([58ffb68](https://github.com/webpack-contrib/sass-loader/commit/58ffb686768defb684669a2428bea040c95c2399))

### Bug Fixes

* do not crash on importers for modern API ([#1052](https://github.com/webpack-contrib/sass-loader/issues/1052)) ([095814e](https://github.com/webpack-contrib/sass-loader/commit/095814e6c2a991bacad3c3af4f239e9b1bc4b2e3))
* do not store original sass error in webpack error([#1053](https://github.com/webpack-contrib/sass-loader/issues/1053)) ([06d7533](https://github.com/webpack-contrib/sass-loader/commit/06d7533cef2029d4a91f4760071078eb676c8c1c))

## [12.6.0](https://github.com/webpack-contrib/sass-loader/compare/v12.5.0...v12.6.0) (2022-02-15)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "sass-loader",
"version": "12.6.0",
"version": "13.0.0",
"description": "Sass loader for webpack",
"license": "MIT",
"repository": "webpack-contrib/sass-loader",
Expand Down

0 comments on commit 1d1b057

Please sign in to comment.