From 40a206e71c83eed2bf4f06a887a2f7e60ad374dc Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Thu, 20 Dec 2018 18:03:25 +0300 Subject: [PATCH] chore(release): 3.0.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcd9aa8..8a990de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ 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. + +# [3.0.0](https://github.com/webpack-contrib/file-loader/compare/v2.0.0...v3.0.0) (2018-12-20) + + +### Code Refactoring + +* drop support for webpack < 4 ([#303](https://github.com/webpack-contrib/file-loader/issues/303)) ([203a4ee](https://github.com/webpack-contrib/file-loader/commit/203a4ee)) +* more validations in `options` schema + + +### Features + +* `resourcePath` is now available in `outputPath` and `publicPath` ([#304](https://github.com/webpack-contrib/file-loader/issues/304)) ([0d66e64](https://github.com/webpack-contrib/file-loader/commit/0d66e64)) +* `context` is now available in `outputPath` and `publicPath` ([#305](https://github.com/webpack-contrib/file-loader/issues/305)) ([d5eb823](https://github.com/webpack-contrib/file-loader/commit/d5eb823)) + + +### BREAKING CHANGES + +* removed the `useRelativePath` option. It is dangerously and break url when you use multiple entry points. +* drop support for webpack < 4 + + + # [2.0.0](https://github.com/webpack-contrib/file-loader/compare/v1.1.11...v2.0.0) (2018-08-21) diff --git a/package-lock.json b/package-lock.json index ce58f64..21c78d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "file-loader", - "version": "2.0.0", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d31f890..1a137cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "file-loader", - "version": "2.0.0", + "version": "3.0.0", "description": "A file loader module for webpack", "license": "MIT", "repository": "webpack-contrib/file-loader",