Skip to content

Commit c3a1344

Browse files
[ci] release (#293)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fdac229 commit c3a1344

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/shy-bananas-glow.md

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

lib/compiler/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @astrojs/compiler
22

3+
## 0.11.0
4+
5+
### Minor Changes
6+
7+
- f5d4006: Switch from TinyGo to Go's built-in WASM output. While this is an unfortunate size increase for our `.wasm` file, it should also be significantly more stable and cut down on hard-to-reproduce bugs.
8+
9+
Please see https://github.com/withastro/compiler/pull/291 for more details.
10+
311
## 0.11.0-next--wasm.0
412

513
### Minor Changes

lib/compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"bugs": "https://github.com/withastro/compiler/issues",
77
"homepage": "https://astro.build",
8-
"version": "0.11.0-next--wasm.0",
8+
"version": "0.11.0",
99
"scripts": {
1010
"build": "tsc -p ."
1111
},

0 commit comments

Comments
 (0)