WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 2135956

Browse files
release: jco v1.11.3-rc.0 (#801)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: vados-cosmonic <[email protected]>
1 parent 7b3dc3d commit 2135956

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/jco/CHANGELOG.md

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

3+
## [1.11.3-rc.0] - 2025-06-28
4+
5+
### 🐛 Bug Fixes
6+
7+
* *(jco)* run linter on jco package source code (#758) by @andreiltd in #758
8+
9+
10+
11+
312
## [1.11.2] - 2025-05-12
413

514
### 🐛 Bug Fixes

packages/jco/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytecodealliance/jco",
3-
"version": "1.11.2",
3+
"version": "1.11.3-rc.0",
44
"description": "JavaScript tooling for working with WebAssembly Components",
55
"homepage": "https://github.com/bytecodealliance/jco#readme",
66
"author": "Guy Bedford",

packages/jco/src/jco.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ program
2323
c`{bold jco - WebAssembly JS Component Tools}\n JS Component Transpilation Bindgen & Wasm Tools for JS`
2424
)
2525
.usage('<command> [options]')
26-
.version('1.11.2');
26+
.version('1.11.3-rc.0');
2727

2828
function myParseInt(value) {
2929
return parseInt(value, 10);

0 commit comments

Comments
 (0)