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

Commit dded20d

Browse files
committed
chore(release): 1.0.0-beta.0
1 parent e2362c2 commit dded20d

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/file-loader/compare/v0.11.2...v1.0.0-beta.0) (2017-06-07)
7+
8+
9+
### Code Refactoring
10+
11+
* Apply webpack-defaults ([#167](https://github.com/webpack/file-loader/issues/167)) ([632ed72](https://github.com/webpack/file-loader/commit/632ed72))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Enforces Webpack standard NodeJS engines range.
17+
at the time of merge `>= 4.3 < 5.0.0 || >= 5.10`.
18+
19+
20+
521
<a name="0.11.2"></a>
622
## [0.11.2](https://github.com/webpack/file-loader/compare/v0.11.1...v0.11.2) (2017-06-05)
723

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "file-loader",
3-
"version": "0.11.2",
3+
"version": "1.0.0-beta.0",
44
"author": "Tobias Koppers @sokra",
55
"description": "file loader module for webpack",
66
"files": [

0 commit comments

Comments
 (0)