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

Commit 743aef2

Browse files
committedJun 5, 2017
chore(release): 0.11.2
1 parent e4c0b2a commit 743aef2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
 

‎CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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="0.11.2"></a>
6+
## [0.11.2](https://github.com/webpack/file-loader/compare/v0.11.1...v0.11.2) (2017-06-05)
7+
8+
9+
### Bug Fixes
10+
11+
* **index:** allow to override publicPath with an empty string ([#145](https://github.com/webpack/file-loader/issues/145)) ([26ab81a](https://github.com/webpack/file-loader/commit/26ab81a))
12+
* init `publicPath` to undefined ([#159](https://github.com/webpack/file-loader/issues/159)) ([e4c0b2a](https://github.com/webpack/file-loader/commit/e4c0b2a))
13+
14+
15+
516
<a name="0.11.1"></a>
617
## [0.11.1](https://github.com/webpack/file-loader/compare/v0.11.0...v0.11.1) (2017-04-01)
718

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "file-loader",
3-
"version": "0.11.1",
3+
"version": "0.11.2",
44
"author": "Tobias Koppers @sokra",
55
"description": "file loader module for webpack",
66
"files": [

0 commit comments

Comments
 (0)
This repository has been archived.