Skip to content

Commit 7647ac9

Browse files
committedAug 8, 2018
chore(release): 3.0.0
1 parent 313c3c4 commit 7647ac9

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed
 

‎CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
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="3.0.0"></a>
6+
# [3.0.0](https://github.com/postcss/postcss-loader/compare/v2.1.6...v3.0.0) (2018-08-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **index:** add ast version (`meta.ast`) ([f34954f](https://github.com/postcss/postcss-loader/commit/f34954f))
12+
* **index:** emit `warnings` as an instance of `{Error}` ([8ac6fb5](https://github.com/postcss/postcss-loader/commit/8ac6fb5))
13+
* **options:** improved `ValidationError` messages ([549ea08](https://github.com/postcss/postcss-loader/commit/549ea08))
14+
15+
16+
### Chores
17+
18+
* **package:** update `postcss` v6.0.0...7.0.0 (`dependencies`) ([#375](https://github.com/postcss/postcss-loader/issues/375)) ([daa0da8](https://github.com/postcss/postcss-loader/commit/daa0da8))
19+
20+
21+
### BREAKING CHANGES
22+
23+
* **package:** requires `node >= v6.0.0`
24+
25+
26+
527
<a name="2.1.6"></a>
628
## [2.1.6](https://github.com/postcss/postcss-loader/compare/v2.1.5...v2.1.6) (2018-07-10)
729

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-loader",
3-
"version": "2.1.6",
3+
"version": "3.0.0",
44
"description": "PostCSS loader for webpack",
55
"main": "src/index.js",
66
"files": [

0 commit comments

Comments
 (0)
Please sign in to comment.