Skip to content

Commit 418a449

Browse files
release: preview2-shim v0.17.4
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 15574eb commit 418a449

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

packages/preview2-shim/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [0.17.4] - 2025-09-04
4+
5+
### 🚀 Features
6+
7+
* *(p2-shim)* add support for retrieving HTTP server address by @vados-cosmonic in #1001
8+
9+
* *(p2-shim)* accomodate versioned WASI import objects by @vados-cosmonic
10+
11+
12+
### 🐛 Bug Fixes
13+
14+
* *(p2-shim)* circular dependency warning by @vados-cosmonic in #978
15+
16+
* *(p2-shim)* typo in filesystems imports in WASIShim object by @vados-cosmonic in #981
17+
18+
19+
### ⚙️ Miscellaneous Tasks
20+
21+
* *(p2-shim)* eslint fix by @vados-cosmonic
22+
23+
24+
25+
326
## [0.17.3] - 2025-08-25
427

528
### 🚀 Features

packages/preview2-shim/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytecodealliance/preview2-shim",
3-
"version": "0.17.3",
3+
"version": "0.17.4",
44
"description": "WASI Preview2 shim for JS environments",
55
"author": "Guy Bedford, Eduardo Rodrigues<16357187+eduardomourar@users.noreply.github.com>",
66
"type": "module",

0 commit comments

Comments
 (0)