Skip to content

Commit 526d73a

Browse files
chore: Versions packages for latest changesets (#15)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fff756f commit 526d73a

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/eleven-icons-develop.md

-5
This file was deleted.

.changeset/mighty-readers-hammer.md

-5
This file was deleted.

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @taskless/loader
22

3+
## 0.0.24
4+
5+
### Patch Changes
6+
7+
- 3099420: (💥 BREAKING) Adds support for remote wasm files - In order to avoid inlining a ton of WebAssembly in the configuration and manifest files, Taskless now supports remote loading of Wasm files. This both improves the load time of applications and makes it easier to bring your own Wasm files to Taskless.
8+
- fff756f: Fixes the `PluginInput` typings, adding a present but undocumented `headers` collection
9+
310
## 0.0.23
411

512
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@taskless/loader",
33
"description": "Taskless Loader - Take control of your third party APIs",
4-
"version": "0.0.23",
4+
"version": "0.0.24",
55
"author": "Taskless",
66
"license": "Apache-2.0",
77
"repository": "taskless/loader-js",

0 commit comments

Comments
 (0)