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

Commit 78833ac

Browse files
chore(release): 2.0.0
1 parent 4386b3e commit 78833ac

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,30 @@
1-
# Change Log
1+
# Changelog
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+
## [2.0.0](https://github.com/webpack-contrib/url-loader/compare/v1.1.2...v2.0.0) (2019-06-05)
6+
7+
8+
### Bug Fixes
9+
10+
* rm unnecessary `bin` field ([#163](https://github.com/webpack-contrib/url-loader/issues/163)) ([b603665](https://github.com/webpack-contrib/url-loader/commit/b603665))
11+
* `limit` should always be a number and 0 value handles as number ([#180](https://github.com/webpack-contrib/url-loader/issues/180)) ([d82e453](https://github.com/webpack-contrib/url-loader/commit/d82e453))
12+
* fallback loader will be used than limit is equal or greater ([#179](https://github.com/webpack-contrib/url-loader/issues/179)) ([3c24545](https://github.com/webpack-contrib/url-loader/commit/3c24545))
13+
14+
15+
### Features
16+
17+
* limit option can be boolean ([#181](https://github.com/webpack-contrib/url-loader/issues/181)) ([60d2cb3](https://github.com/webpack-contrib/url-loader/commit/60d2cb3))
18+
19+
20+
### BREAKING CHANGES
21+
22+
* minimum required nodejs version is `8.9.0`
23+
* `limit` should always be a number and 0 value handles as number
24+
* fallback loader will be used than limit is equal or greater (before only when greater)
25+
26+
27+
528
<a name="1.1.2"></a>
629
## [1.1.2](https://github.com/webpack-contrib/url-loader/compare/v1.1.0...v1.1.2) (2018-10-10)
730

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "url-loader",
3-
"version": "1.1.2",
3+
"version": "2.0.0",
44
"description": "A loader for webpack which transforms files into base64 URIs",
55
"license": "MIT",
66
"repository": "webpack-contrib/url-loader",

0 commit comments

Comments
 (0)