Skip to content

Commit 0f7d70e

Browse files
committed
chore(release): 4.0.0
1 parent 936d8df commit 0f7d70e

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
# Change Log
2+
3+
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.
4+
5+
<a name="4.0.0"></a>
6+
# [4.0.0](https://github.com/webpack-contrib/less-loader/compare/v3.0.0...v4.0.0) (2017-03-20)
7+
8+
9+
### Bug Fixes
10+
11+
* error where not all files were watched ([53c90fc](https://github.com/webpack-contrib/less-loader/commit/53c90fc))
12+
* resolve alias ([98d4e63](https://github.com/webpack-contrib/less-loader/commit/98d4e63))
13+
14+
15+
### Chores
16+
17+
* **dependencies:** Update peer dependencies ([24a6f66](https://github.com/webpack-contrib/less-loader/commit/24a6f66))
18+
19+
20+
### Features
21+
22+
* **source-maps:** refactor source maps handling ([895044f](https://github.com/webpack-contrib/less-loader/commit/895044f))
23+
* allow user to choose between resolvers ([1d6e505](https://github.com/webpack-contrib/less-loader/commit/1d6e505))
24+
* improve formatting of error messages ([39772a5](https://github.com/webpack-contrib/less-loader/commit/39772a5))
25+
* make any file type importable ([d3022b8](https://github.com/webpack-contrib/less-loader/commit/d3022b8))
26+
* remove root option ([39ad4f8](https://github.com/webpack-contrib/less-loader/commit/39ad4f8))
27+
28+
29+
### BREAKING CHANGES
30+
31+
* If you've already configured your `resolve.alias` with a `.less` extension, you can now remove that wrong extension.
32+
* The root option was never documented, so it's very unlikely that this is actually a breaking change. However, since the option was removed, we need to flag this as breaking.
33+
* **dependencies:** Require webpack 2 as peer dependency
34+
* **source-maps:** Since the map is now passed as an object to the next loader, this could potentially break if another loader than the css-loader is used. The css-loader accepts both.
35+
36+
37+
138
Changelog
239
---------
340

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "less-loader",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"author": "Johannes Ewald @jhnns",
55
"description": "Less loader for webpack. Compiles Less to CSS.",
66
"main": "dist/cjs.js",

0 commit comments

Comments
 (0)