Skip to content

Commit b3e873e

Browse files
committed
chore(release): 1.1.0
1 parent 5617ebe commit b3e873e

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
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="1.1.0"></a>
6+
# [1.1.0](https://github.com/PolymerX/postcss-html-loader/compare/v1.0.2...v1.1.0) (2018-01-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **package:** update fs-extra to version 4.0.3 ([0675255](https://github.com/PolymerX/postcss-html-loader/commit/0675255))
12+
* **package:** update parse5 to version 3.0.3 ([a21b7ff](https://github.com/PolymerX/postcss-html-loader/commit/a21b7ff))
13+
* **package:** update postcss to version 6.0.13 ([d9c4564](https://github.com/PolymerX/postcss-html-loader/commit/d9c4564))
14+
* **package:** update postcss to version 6.0.14 ([e123926](https://github.com/PolymerX/postcss-html-loader/commit/e123926))
15+
* **package:** update postcss to version 6.0.15 ([4b11c16](https://github.com/PolymerX/postcss-html-loader/commit/4b11c16))
16+
17+
18+
### Features
19+
20+
* add webpack watch support for postcss files ([bd9c835](https://github.com/PolymerX/postcss-html-loader/commit/bd9c835))
21+
22+
23+
524
<a name="1.0.2"></a>
625
## [1.0.2](https://github.com/PolymerX/postcss-html-loader/compare/v1.0.1...v1.0.2) (2017-10-01)
726

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-html-loader",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "PostCSS loader for loading and processing styles from within HTML templates.",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)