From 5375055606dc98099497f1c73d920c30aa679141 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 3 Mar 2021 23:16:01 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [2.0.0](https://github.com/soufyakoub/rollup-plugin-external-assets/compare/v1.1.0...v2.0.0) (2021-03-03) ### Bug Fixes * inconsistant hash in the load hook ([da51590](https://github.com/soufyakoub/rollup-plugin-external-assets/commit/da51590e41c50c30c33ed093aa3add0abf726660)) ### Features * added support for watch mode ([f080246](https://github.com/soufyakoub/rollup-plugin-external-assets/commit/f08024649d84e4762ba59f47169e5a8af32931d0)) ### BREAKING CHANGES * The `options` parameter is now deprecated, the reason is that `exclude` and `include` do not make sense when importing the same asset from both excluded and included modules --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3644246..b98fc43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# [2.0.0](https://github.com/soufyakoub/rollup-plugin-external-assets/compare/v1.1.0...v2.0.0) (2021-03-03) + + +### Bug Fixes + +* inconsistant hash in the load hook ([da51590](https://github.com/soufyakoub/rollup-plugin-external-assets/commit/da51590e41c50c30c33ed093aa3add0abf726660)) + + +### Features + +* added support for watch mode ([f080246](https://github.com/soufyakoub/rollup-plugin-external-assets/commit/f08024649d84e4762ba59f47169e5a8af32931d0)) + + +### BREAKING CHANGES + +* The `options` parameter is now deprecated, the reason +is that `exclude` and `include` do not make sense when importing the same +asset from both excluded and included modules + # [1.1.0](https://github.com/soufyakoub/rollup-plugin-external-assets/compare/v1.0.0...v1.1.0) (2021-03-03) diff --git a/package-lock.json b/package-lock.json index 9363337..fd56bf7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "rollup-plugin-external-assets", - "version": "1.1.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 8be9933..f2575b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup-plugin-external-assets", - "version": "1.1.0", + "version": "2.0.0", "description": "A rollup plugin to make assets external but include them in the output.", "main": "dist/cjs/index.js", "module": "dist/es/index.js",