Skip to content

Commit 6ddc2bb

Browse files
committedFeb 2, 2018
chore(release): 2.1.0
1 parent 410bbf9 commit 6ddc2bb

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed
 

‎CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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+
<a name="2.1.0"></a>
6+
# [2.1.0](https://github.com/postcss/postcss-loader/compare/v2.0.10...v2.1.0) (2018-02-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **index:** continue watching after dependency `{Error}` ([#332](https://github.com/postcss/postcss-loader/issues/332)) ([a8921cc](https://github.com/postcss/postcss-loader/commit/a8921cc))
12+
13+
14+
### Features
15+
16+
* **index:** pass AST (`result.root`) && Messages (`result.messages`) as metadata to other loaders ([#322](https://github.com/postcss/postcss-loader/issues/322)) ([56232e7](https://github.com/postcss/postcss-loader/commit/56232e7))
17+
18+
19+
520
<a name="2.0.10"></a>
621
## [2.0.10](https://github.com/postcss/postcss-loader/compare/v2.0.9...v2.0.10) (2018-01-03)
722

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-loader",
3-
"version": "2.0.10",
3+
"version": "2.1.0",
44
"description": "PostCSS loader for webpack",
55
"main": "lib/index.js",
66
"engines": {

0 commit comments

Comments
 (0)
Please sign in to comment.