Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions packages/preview2-shim/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.18.1] - 2026-06-01

### 🐛 Bug Fixes

- _(p2-shim)_ coerce browser file read bounds to numbers

### ⚙️ Miscellaneous Tasks

- _(p2-shim)_ add helper function for coercing read args by @vados-cosmonic in #1574

## [0.18.0] - 2026-05-22

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/preview2-shim/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytecodealliance/preview2-shim",
"version": "0.18.0",
"version": "0.18.1",
"description": "WASI Preview2 shim for JS environments",
"homepage": "https://github.com/bytecodealliance/jco#readme",
"bugs": {
Expand Down
Loading