Skip to content

Commit 44700fe

Browse files
release: jco v1.18.1
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6f72786 commit 44700fe

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

packages/jco/CHANGELOG.md

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

3+
## [1.18.1] - 2026-04-20
4+
5+
### 🚀 Features
6+
7+
- _(jco)_ added warning when using fallback ComponentizeJS by @EngoDev in #1416
8+
9+
## New Contributors
10+
11+
- @EngoDev made their first contribution in [#1416](https://github.com/bytecodealliance/jco/pull/1416)
12+
313
## [1.18.0] - 2026-04-18
414

515
### 🚀 Features

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.18.0",
3+
"version": "1.18.1",
44
"description": "JavaScript tooling for working with WebAssembly Components",
55
"keywords": [
66
"Component",

packages/jco/src/jco.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ program
2525
)
2626
.usage("<command> [options]")
2727
.enablePositionalOptions()
28-
.version("1.18.0");
28+
.version("1.18.1");
2929

3030
function myParseInt(value) {
3131
return parseInt(value, 10);

0 commit comments

Comments
 (0)