Skip to content

Commit 3c0de4b

Browse files
committed
chore(release): 1.0.2
1 parent c339344 commit 3c0de4b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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="1.0.2"></a>
6+
## [1.0.2](https://github.com/PolymerX/postcss-html-loader/compare/v1.0.1...v1.0.2) (2017-10-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **package:** update fs-extra to version 4.0.2 ([2dda67f](https://github.com/PolymerX/postcss-html-loader/commit/2dda67f))
12+
* **package:** update postcss to version 6.0.12 ([d8afc9f](https://github.com/PolymerX/postcss-html-loader/commit/d8afc9f))

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.1",
3+
"version": "1.0.2",
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)