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

Commit 8828d64

Browse files
chore(release): 4.0.0
1 parent fc8721f commit 8828d64

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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+
## [4.0.0](https://github.com/webpack-contrib/url-loader/compare/v3.0.0...v4.0.0) (2020-03-17)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **deps:** migrate on `mime-types` package, some rare types may have other mimetype
11+
12+
### Bug Fixes
13+
14+
* description on the `esModule` option ([#204](https://github.com/webpack-contrib/url-loader/issues/204)) ([a2f127d](https://github.com/webpack-contrib/url-loader/commit/a2f127d16b88cda3c38509821a51487a89827c28))
15+
16+
17+
* **deps:** migrate on `mime-types` package ([#209](https://github.com/webpack-contrib/url-loader/issues/209)) ([fc8721f](https://github.com/webpack-contrib/url-loader/commit/fc8721f49626360dd81300085a747b3afa5acd38))
18+
519
## [3.0.0](https://github.com/webpack-contrib/url-loader/compare/v2.0.0...v3.0.0) (2019-11-26)
620

721

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": "3.0.0",
3+
"version": "4.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)