Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LasaleFamine committed Jan 10, 2018
1 parent 5617ebe commit b3e873e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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.

<a name="1.1.0"></a>
# [1.1.0](https://github.com/PolymerX/postcss-html-loader/compare/v1.0.2...v1.1.0) (2018-01-10)


### Bug Fixes

* **package:** update fs-extra to version 4.0.3 ([0675255](https://github.com/PolymerX/postcss-html-loader/commit/0675255))
* **package:** update parse5 to version 3.0.3 ([a21b7ff](https://github.com/PolymerX/postcss-html-loader/commit/a21b7ff))
* **package:** update postcss to version 6.0.13 ([d9c4564](https://github.com/PolymerX/postcss-html-loader/commit/d9c4564))
* **package:** update postcss to version 6.0.14 ([e123926](https://github.com/PolymerX/postcss-html-loader/commit/e123926))
* **package:** update postcss to version 6.0.15 ([4b11c16](https://github.com/PolymerX/postcss-html-loader/commit/4b11c16))


### Features

* add webpack watch support for postcss files ([bd9c835](https://github.com/PolymerX/postcss-html-loader/commit/bd9c835))



<a name="1.0.2"></a>
## [1.0.2](https://github.com/PolymerX/postcss-html-loader/compare/v1.0.1...v1.0.2) (2017-10-01)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-html-loader",
"version": "1.0.2",
"version": "1.1.0",
"description": "PostCSS loader for loading and processing styles from within HTML templates.",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit b3e873e

Please sign in to comment.