Skip to content

Commit 5375055

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.1.0...v2.0.0) (2021-03-03) ### Bug Fixes * inconsistant hash in the load hook ([da51590](da51590)) ### Features * added support for watch mode ([f080246](f080246)) ### 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 parent a6f53e5 commit 5375055

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [2.0.0](https://github.com/soufyakoub/rollup-plugin-external-assets/compare/v1.1.0...v2.0.0) (2021-03-03)
2+
3+
4+
### Bug Fixes
5+
6+
* inconsistant hash in the load hook ([da51590](https://github.com/soufyakoub/rollup-plugin-external-assets/commit/da51590e41c50c30c33ed093aa3add0abf726660))
7+
8+
9+
### Features
10+
11+
* added support for watch mode ([f080246](https://github.com/soufyakoub/rollup-plugin-external-assets/commit/f08024649d84e4762ba59f47169e5a8af32931d0))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* The `options` parameter is now deprecated, the reason
17+
is that `exclude` and `include` do not make sense when importing the same
18+
asset from both excluded and included modules
19+
120
# [1.1.0](https://github.com/soufyakoub/rollup-plugin-external-assets/compare/v1.0.0...v1.1.0) (2021-03-03)
221

322

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-external-assets",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "A rollup plugin to make assets external but include them in the output.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",

0 commit comments

Comments
 (0)