Skip to content

Commit 22fa693

Browse files
committed
release: v1.0.1
1 parent 04fea61 commit 22fa693

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.0.1](https://github.com/vikerman/rollup-plugin-hoist-import-deps/compare/v1.0.0...v1.0.1) (2020-06-22)
2+
3+
4+
### Bug Fixes
5+
6+
* don't preload modules that are already prefetched ([#34](https://github.com/vikerman/rollup-plugin-hoist-import-deps/issues/34)) ([04fea61](https://github.com/vikerman/rollup-plugin-hoist-import-deps/commit/04fea61b6164da0777d3b77d44c0beabee51378d))
7+
* fix typo in preloaddeps ([#33](https://github.com/vikerman/rollup-plugin-hoist-import-deps/issues/33)) ([7c06c8b](https://github.com/vikerman/rollup-plugin-hoist-import-deps/commit/7c06c8b666dfb20084ce5f11813d7328d6995a8e))
8+
9+
10+
111
# [1.0.0](https://github.com/vikerman/rollup-plugin-hoist-import-deps/compare/v0.6.0...v1.0.0) (2020-06-21)
212

313

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": "1.0.0",
3+
"version": "1.0.1",
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)