Skip to content

Commit e586f4a

Browse files
chore(release): 2.0.0
1 parent 40d2268 commit e586f4a

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
@@ -1,3 +1,18 @@
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="2.0.0"></a>
6+
# [2.0.0](https://github.com/postcss/postcss-loader/compare/1.2.2...v2.0.0) (2017-05-08)
7+
8+
9+
### Features
10+
11+
* **index:** add ctx, ctx.file, ctx.options ([0dceb2c](https://github.com/postcss/postcss-loader/commit/0dceb2c))
12+
* **index:** add options validation ([2b76df8](https://github.com/postcss/postcss-loader/commit/2b76df8))
13+
14+
15+
116
## 1.3.3
217
* Remove `postcss-loader-before-processing` warning (by Michael Ciniawsky).
318

package.json

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

0 commit comments

Comments
 (0)