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

Commit 8d43c38

Browse files
chore(release): 2.0.0
1 parent 2ae1dae commit 8d43c38

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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="2.0.0"></a>
6+
# [2.0.0](https://github.com/webpack-contrib/file-loader/compare/v1.1.11...v2.0.0) (2018-08-21)
7+
8+
9+
### Code Refactoring
10+
11+
* **defaults:** update to latest webpack-defaults ([#268](https://github.com/webpack-contrib/file-loader/issues/268)) ([687f422](https://github.com/webpack-contrib/file-loader/commit/687f422))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **defaults:** Enforces `engines` of `"node": ">=6.9.0 < 7.0.0 || >= 8.9.0`
17+
18+
19+
520
<a name="1.1.11"></a>
621
## [1.1.11](https://github.com/webpack/file-loader/compare/v1.1.10...v1.1.11) (2018-03-01)
722

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "file-loader",
3-
"version": "1.1.11",
3+
"version": "2.0.0",
44
"description": "A file loader module for webpack",
55
"license": "MIT",
66
"repository": "webpack-contrib/file-loader",
@@ -10,7 +10,7 @@
1010
"bin": "",
1111
"main": "dist/cjs.js",
1212
"engines": {
13-
"node": ">= 6.9.0 <7.0.0 || >= 8.9.0"
13+
"node": ">= 6.9.0 < 7.0.0 || >= 8.9.0"
1414
},
1515
"scripts": {
1616
"start": "npm run build -- -w",
@@ -22,7 +22,7 @@
2222
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
2323
"lint-staged": "lint-staged",
2424
"prebuild": "npm run clean",
25-
"prepublish": "npm run build",
25+
"prepare": "npm run build",
2626
"release": "standard-version",
2727
"release:ci": "conventional-github-releaser -p angular",
2828
"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",

0 commit comments

Comments
 (0)