Skip to content

Commit af13d6a

Browse files
release: preview2-shim v0.17.5
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e211491 commit af13d6a

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
lines changed

packages/preview2-shim/CHANGELOG.md

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

3+
## [0.17.5] - 2025-11-03
4+
5+
### 🐛 Bug Fixes
6+
7+
* *(p2-shim)* run build in CI to enable browser tests by @vados-cosmonic
8+
9+
* *(p2-shim)* undeclared var assignment for _cwd by @vados-cosmonic
10+
11+
12+
### 🧪 Testing
13+
14+
* *(p2-shim)* support puppeteer launch args by @vados-cosmonic in #1075
15+
16+
* *(p2-shim)* add test machinery for browsers by @vados-cosmonic
17+
18+
19+
20+
321
## [0.17.4] - 2025-09-04
422

523
### 🚀 Features

packages/preview2-shim/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytecodealliance/preview2-shim",
3-
"version": "0.17.4",
3+
"version": "0.17.5",
44
"description": "WASI Preview2 shim for JS environments",
55
"author": "Guy Bedford, Eduardo Rodrigues<16357187+eduardomourar@users.noreply.github.com>",
66
"contributors": [
@@ -56,9 +56,9 @@
5656
"test": "vitest run -c test/vitest.ts"
5757
},
5858
"devDependencies": {
59-
"@bytecodealliance/jco": "1.15.2",
60-
"@bytecodealliance/componentize-js": "0.19.3",
61-
"mime": "^4.0.7",
62-
"puppeteer": "^24.16.2"
59+
"@bytecodealliance/componentize-js": "0.19.3",
60+
"@bytecodealliance/jco": "1.15.2",
61+
"mime": "^4.0.7",
62+
"puppeteer": "^24.16.2"
6363
}
6464
}

0 commit comments

Comments
 (0)