From 4301f874ee6887627982d22d78d6cfe0f67814bf Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Tue, 26 Nov 2019 14:40:44 +0300 Subject: [PATCH] chore(release): 3.0.0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37c5926..be0462a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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/url-loader/compare/v2.0.0...v3.0.0) (2019-11-26) + + +### BREAKING CHANGES + +* minimum required nodejs version is `10.13.0` +* rename the `esModules` option to `esModule` +* switch to ES modules by default (the option `esModule` is `true` by default) + + ## [2.3.0](https://github.com/webpack-contrib/url-loader/compare/v2.2.0...v2.3.0) (2019-11-21) diff --git a/package-lock.json b/package-lock.json index 2741e6b..78f0606 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "url-loader", - "version": "2.3.0", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bb57ed4..6c7a414 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "url-loader", - "version": "2.3.0", + "version": "3.0.0", "description": "A loader for webpack which transforms files into base64 URIs", "license": "MIT", "repository": "webpack-contrib/url-loader",