Skip to content

Commit

Permalink
chore(release): 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LasaleFamine committed Oct 1, 2017
1 parent c339344 commit 3c0de4b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

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


### Bug Fixes

* **package:** update fs-extra to version 4.0.2 ([2dda67f](https://github.com/PolymerX/postcss-html-loader/commit/2dda67f))
* **package:** update postcss to version 6.0.12 ([d8afc9f](https://github.com/PolymerX/postcss-html-loader/commit/d8afc9f))
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.1",
"version": "1.0.2",
"description": "PostCSS loader for loading and processing styles from within HTML templates.",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 3c0de4b

Please sign in to comment.