Skip to content

Commit 3362a2f

Browse files
committed
release: v0.4.0
1 parent 2498aff commit 3362a2f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [0.4.0](https://github.com/vikerman/rollup-plugin-hoist-import-deps/compare/v0.3.3...v0.4.0) (2020-06-12)
2+
3+
4+
### Features
5+
6+
* add option.setAnonymousCrossOrigin ([#19](https://github.com/vikerman/rollup-plugin-hoist-import-deps/issues/19)) ([2498aff](https://github.com/vikerman/rollup-plugin-hoist-import-deps/commit/2498afffaa9dcb0c90c6d3e8ef54a8588ba4087e)), closes [#12](https://github.com/vikerman/rollup-plugin-hoist-import-deps/issues/12) [#18](https://github.com/vikerman/rollup-plugin-hoist-import-deps/issues/18)
7+
8+
9+
110
## [0.3.3](https://github.com/vikerman/rollup-plugin-hoist-import-deps/compare/v0.3.2...v0.3.3) (2020-05-25)
211

312

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-hoist-import-deps",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"description": "Preload static imports of a chunk when it is dynamically imported",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)