Skip to content

Commit c3f6dda

Browse files
committed
release: v1.0.0
1 parent ad7068c commit c3f6dda

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.0.0](https://github.com/vikerman/rollup-plugin-hoist-import-deps/compare/v0.6.0...v1.0.0) (2020-06-21)
2+
3+
4+
### Features
5+
6+
* support prefetch ([#31](https://github.com/vikerman/rollup-plugin-hoist-import-deps/issues/31)) ([ad7068c](https://github.com/vikerman/rollup-plugin-hoist-import-deps/commit/ad7068c4af4d0968dd8c886b015723df1cff37a2))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* - Remove `method` and `customPreload` options since the standard preload provides fallbacks for browsers that don't support preload.
12+
13+
14+
115
# [0.6.0](https://github.com/vikerman/rollup-plugin-hoist-import-deps/compare/v0.5.0...v0.6.0) (2020-06-18)
216

317

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.6.0",
3+
"version": "1.0.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)