Skip to content

Commit 860ca81

Browse files
github-actions[bot]zOadT
authored andcommitted
Version Packages
1 parent 46349f5 commit 860ca81

4 files changed

Lines changed: 13 additions & 14 deletions

File tree

.changeset/famous-plants-drum.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/quiet-canyons-write.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/rolldown-plugin/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# rolldown-plugin-concurrent-top-level-await
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#44](https://github.com/zOadT/concurrent-top-level-await-plugins/pull/44) [`9fb4285`](https://github.com/zOadT/concurrent-top-level-await-plugins/commit/9fb4285b7c0fa97679e0b319fd877a5382ba8605) Thanks [@zOadT](https://github.com/zOadT)! - fix vite compatibility:
8+
- exclude `.html` files by default
9+
- do not require `experimental.nativeMagicString` to be enabled, since it can't be enabled in vite
10+
11+
### Patch Changes
12+
13+
- [#44](https://github.com/zOadT/concurrent-top-level-await-plugins/pull/44) [`0119448`](https://github.com/zOadT/concurrent-top-level-await-plugins/commit/01194480edb1a63e372e1276c834586b7caac5e8) Thanks [@zOadT](https://github.com/zOadT)! - fix imports from excluded modules were not being awaited
14+
315
## 0.1.0
416

517
### Minor Changes

packages/rolldown-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rolldown-plugin-concurrent-top-level-await",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Rolldown (and Vite) plugin enabling concurrent execution of modules that contain top level await.",
55
"keywords": [
66
"rolldown-plugin",

0 commit comments

Comments
 (0)