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

Commit 3c87902

Browse files
committed
chore(release): 1.0.0-beta.0
1 parent b61859c commit 3c87902

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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="1.0.0-beta.0"></a>
6+
# [1.0.0-beta.0](https://github.com/webpack-contrib/url-loader/compare/v0.6.2...v1.0.0-beta.0) (2017-12-17)
7+
8+
9+
### Code Refactoring
10+
11+
* apply `webpack-defaults` ([#102](https://github.com/webpack-contrib/url-loader/issues/102)) ([073b588](https://github.com/webpack-contrib/url-loader/commit/073b588))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Sets `engines` to `"node": ">= 6.9.0 || >= 8.9.0"`
17+
* Drops support for `webpack =< v2.0.0`
18+
19+
20+
521
<a name="0.6.2"></a>
622
## [0.6.2](https://github.com/webpack-contrib/url-loader/compare/v0.6.1...v0.6.2) (2017-10-04)
723

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.6.2",
3+
"version": "1.0.0-beta.0",
44
"author": "Tobias Koppers @sokra",
55
"description": "URL Loader for webpack",
66
"license": "MIT",

0 commit comments

Comments
 (0)