Skip to content

Commit e6b3502

Browse files
committed
chore(release): 1.0.2
1 parent 4e2c40d commit e6b3502

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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.0.2"></a>
6+
## [1.0.2](https://github.com/peerigon/extract-loader/compare/v1.0.1...v1.0.2) (2018-01-11)
7+
8+
9+
510
<a name="1.0.1"></a>
611
## [1.0.1](https://github.com/peerigon/extract-loader/compare/v1.0.0...v1.0.1) (2017-08-19)
712

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "extract-loader",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "webpack loader to extract HTML and CSS from the bundle",
55
"main": "lib/extractLoader.js",
66
"scripts": {
@@ -16,7 +16,13 @@
1616
"type": "git",
1717
"url": "git+https://github.com/peerigon/extract-loader.git"
1818
},
19-
"keywords": ["webpack", "loader", "extract", "html", "css"],
19+
"keywords": [
20+
"webpack",
21+
"loader",
22+
"extract",
23+
"html",
24+
"css"
25+
],
2026
"author": "peerigon <developers@peerigon.com>",
2127
"license": "Unlicense",
2228
"bugs": {
@@ -47,5 +53,7 @@
4753
"dependencies": {
4854
"loader-utils": "^1.1.0"
4955
},
50-
"files": ["lib"]
56+
"files": [
57+
"lib"
58+
]
5159
}

0 commit comments

Comments
 (0)