Skip to content

Commit 21caa3e

Browse files
chore(release): 11.1.0
1 parent 43cd20c commit 21caa3e

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [11.1.0](https://github.com/webpack-contrib/less-loader/compare/v11.0.0...v11.1.0) (2022-10-06)
6+
7+
8+
### Features
9+
10+
* allow to extend `conditionNames` ([#488](https://github.com/webpack-contrib/less-loader/issues/488)) ([43cd20c](https://github.com/webpack-contrib/less-loader/commit/43cd20c7c321c07d98df73bd16405f46f86cfc4f))
11+
512
## [11.0.0](https://github.com/webpack-contrib/less-loader/compare/v10.2.0...v11.0.0) (2022-05-17)
613

714

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "less-loader",
3-
"version": "11.0.0",
3+
"version": "11.1.0",
44
"description": "A Less loader for webpack. Compiles Less to CSS.",
55
"license": "MIT",
66
"repository": "webpack-contrib/less-loader",

0 commit comments

Comments
 (0)