diff --git a/CHANGELOG.md b/CHANGELOG.md
index db9b013..d295f41 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
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.
+
+## [1.0.2](https://github.com/peerigon/extract-loader/compare/v1.0.1...v1.0.2) (2018-01-11)
+
+
+
## [1.0.1](https://github.com/peerigon/extract-loader/compare/v1.0.0...v1.0.1) (2017-08-19)
diff --git a/package.json b/package.json
index 5e513af..84f4b42 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "extract-loader",
- "version": "1.0.1",
+ "version": "1.0.2",
"description": "webpack loader to extract HTML and CSS from the bundle",
"main": "lib/extractLoader.js",
"scripts": {
@@ -16,7 +16,13 @@
"type": "git",
"url": "git+https://github.com/peerigon/extract-loader.git"
},
- "keywords": ["webpack", "loader", "extract", "html", "css"],
+ "keywords": [
+ "webpack",
+ "loader",
+ "extract",
+ "html",
+ "css"
+ ],
"author": "peerigon ",
"license": "Unlicense",
"bugs": {
@@ -47,5 +53,7 @@
"dependencies": {
"loader-utils": "^1.1.0"
},
- "files": ["lib"]
+ "files": [
+ "lib"
+ ]
}