Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
semantic-release-bot committed Mar 3, 2021
1 parent a6f53e5 commit 5375055
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5375055

Please sign in to comment.