Skip to content

Commit 0c4d173

Browse files
release: preview2-shim v0.17.3
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2c370c9 commit 0c4d173

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Changelog
2+
3+
## [0.17.3] - 2025-08-25
4+
5+
### 🚀 Features
6+
7+
* *(p2-shim)* add easy to use p2 shim object (#599) by @vados-cosmonic in #599
8+
9+
10+
### 🐛 Bug Fixes
11+
12+
* *(p2-shim)* types and instantiation code for shim object by @vados-cosmonic in #963
13+
14+
* *(p2-shim)* nsToDateTime by @lrowe in #956
15+
16+
* *(p2-shim)* throw exception on exceeding stream buffer limit error (#756) by @emmanuel-ferdman in #756
17+
18+
19+
### ⚙️ Miscellaneous Tasks
20+
21+
* *(p2-shim)* remove mocha (#671) by @vados-cosmonic in #671
22+
23+
24+
25+
## New Contributors
26+
* @lrowe made their first contribution in [#956](https://github.com/bytecodealliance/jco/pull/956)
27+
* @dependabot[bot] made their first contribution in [#958](https://github.com/bytecodealliance/jco/pull/958)
28+
* @jco-release-bot made their first contribution in [#930](https://github.com/bytecodealliance/jco/pull/930)
29+
* @iamrajiv made their first contribution in [#901](https://github.com/bytecodealliance/jco/pull/901)
30+
* @elmerbulthuis made their first contribution in [#859](https://github.com/bytecodealliance/jco/pull/859)
31+
* @andreiltd made their first contribution in [#764](https://github.com/bytecodealliance/jco/pull/764)
32+
* @thomas9911 made their first contribution in [#765](https://github.com/bytecodealliance/jco/pull/765)
33+
* @emmanuel-ferdman made their first contribution in [#756](https://github.com/bytecodealliance/jco/pull/756)
34+
* @tanishiking made their first contribution in [#631](https://github.com/bytecodealliance/jco/pull/631)
35+
* @marosset made their first contribution in [#609](https://github.com/bytecodealliance/jco/pull/609)
36+
* @MendyBerger made their first contribution in [#591](https://github.com/bytecodealliance/jco/pull/591)
37+
38+

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.2",
3+
"version": "0.17.3",
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)