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

Commit 5574ed3

Browse files
committed
chore(release): 0.5.9
1 parent 71b2250 commit 5574ed3

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +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.5.9"></a>
6+
## [0.5.9](https://github.com/webpack/url-loader/compare/v0.5.8...v0.5.9) (2017-06-12)
57

8+
9+
### Bug Fixes
10+
11+
* `String` not being `base64` encoded ([#67](https://github.com/webpack/url-loader/issues/67)) ([e9496b9](https://github.com/webpack/url-loader/commit/e9496b9))
12+
* don't default to `0` (`options.limit`) ([#74](https://github.com/webpack/url-loader/issues/74)) ([020c2a8](https://github.com/webpack/url-loader/commit/020c2a8))
13+
14+
15+
16+
# Change Log
17+
18+
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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "url-loader",
3-
"version": "0.5.8",
3+
"version": "0.5.9",
44
"author": "Tobias Koppers @sokra",
55
"description": "url loader module for webpack",
66
"license": "MIT",

0 commit comments

Comments
 (0)