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

Commit 1934507

Browse files
committedOct 3, 2017
chore(release): 0.6.0
1 parent a1e1fef commit 1934507

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.6.0"></a>
6+
# [0.6.0](https://github.com/webpack-contrib/url-loader/compare/v0.5.9...v0.6.0) (2017-10-03)
7+
8+
9+
### Features
10+
11+
* **index:** add options validation (`schema-utils`) ([#78](https://github.com/webpack-contrib/url-loader/issues/78)) ([ced5990](https://github.com/webpack-contrib/url-loader/commit/ced5990))
12+
* add `fallback` option ([#88](https://github.com/webpack-contrib/url-loader/issues/88)) ([636ebed](https://github.com/webpack-contrib/url-loader/commit/636ebed))
13+
14+
15+
516
<a name="0.5.9"></a>
617
## [0.5.9](https://github.com/webpack/url-loader/compare/v0.5.8...v0.5.9) (2017-06-12)
718

‎package.json

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

0 commit comments

Comments
 (0)
This repository has been archived.