Skip to content

Commit

Permalink
chore(release): 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Jan 11, 2018
1 parent 4e2c40d commit e6b3502
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="1.0.2"></a>
## [1.0.2](https://github.com/peerigon/extract-loader/compare/v1.0.1...v1.0.2) (2018-01-11)



<a name="1.0.1"></a>
## [1.0.1](https://github.com/peerigon/extract-loader/compare/v1.0.0...v1.0.1) (2017-08-19)

Expand Down
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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 <[email protected]>",
"license": "Unlicense",
"bugs": {
Expand Down Expand Up @@ -47,5 +53,7 @@
"dependencies": {
"loader-utils": "^1.1.0"
},
"files": ["lib"]
"files": [
"lib"
]
}

0 comments on commit e6b3502

Please sign in to comment.