Skip to content

Commit cc5df8f

Browse files
author
Ivan
committed
ci(release): include wasm_exec.js and SHASUMS256.txt in release assets
1 parent b839274 commit cc5df8f

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
run: |
218218
set -euo pipefail
219219
mkdir -p release-out
220-
cp micron-parser-go.wasm web.zip release-out/
220+
cp micron-parser-go.wasm web/wasm_exec.js web.zip release-out/
221221
find release-natives -type f \( \
222222
-name 'libmicron-*' -o -name 'micron.h' -o -name '*.whl' \
223223
-o -name '*.tar.gz' -o -name '*.jar' -o -name '*.nupkg' -o -name '*.gem' \

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
Dates use YYYY-MM-DD.
44

5+
## [1.1.3] - 2026-09-06
6+
7+
### Fixed
8+
9+
- Release CI now also publishes `web/wasm_exec.js` as a standalone asset and includes it plus `micron-parser-go.wasm` in `SHASUMS256.txt`.
10+
11+
## [1.1.2] - 2026-09-06
12+
13+
### Fixed
14+
15+
- Release packaging now includes `SHASUMS256.txt` so downstream builds can verify `micron-parser-go.wasm` without manual asset uploads.
16+
517
## [1.1.1] - 2026-09-06
618

719
### Fixed

0 commit comments

Comments
 (0)