Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit c0785d1

Browse files
chore(release): 1.1.8
1 parent 26e47ca commit c0785d1

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.1.8"></a>
6+
## [1.1.8](https://github.com/webpack/file-loader/compare/v1.1.7...v1.1.8) (2018-02-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **index:** `context` takes precedence over `issuer.context` (`options.useRelativePath`) ([3b071f5](https://github.com/webpack/file-loader/commit/3b071f5))
12+
* **index:** don't append `outputPath` to the original `url` (`options.outputPath` `{Function}`) ([4c1ccaa](https://github.com/webpack/file-loader/commit/4c1ccaa))
13+
* **index:** normalize and concat paths via `path.join()` ([26e47ca](https://github.com/webpack/file-loader/commit/26e47ca))
14+
15+
16+
517
<a name="1.1.7"></a>
618
## [1.1.7](https://github.com/webpack/file-loader/compare/v1.1.6...v1.1.7) (2018-02-19)
719

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "file-loader",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"author": "Tobias Koppers @sokra",
55
"description": "file loader module for webpack",
66
"license": "MIT",
@@ -46,7 +46,7 @@
4646
"clean": "del-cli dist",
4747
"lint": "eslint --cache src test",
4848
"lint-staged": "lint-staged",
49-
"prepublish": "npm run build",
49+
"prepare": "npm run build",
5050
"prebuild": "npm run clean",
5151
"release": "standard-version",
5252
"security": "nsp check",

0 commit comments

Comments
 (0)