Skip to content

Commit 1830e4a

Browse files
committed
[Release] Beta-15
1 parent 48d9120 commit 1830e4a

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

api/assemblyscript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@suborbital/suborbital",
3-
"version": "0.14.0",
3+
"version": "0.15.0",
44
"types": "assembly/index.ts",
55
"description": "Suborbital's Runnable API for AssemblyScript",
66
"main": "assembly/index.ts",

api/rust/codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "suborbital-macro"
3-
version = "0.14.0"
3+
version = "0.15.0"
44
edition = "2018"
55
authors = ["cohix <[email protected]>", "Florian Fromm <[email protected]>"]
66
description = "Macro for setting up a Runnable"

api/rust/core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "suborbital"
3-
version = "0.14.0"
3+
version = "0.15.0"
44
authors = ["cohix <[email protected]>", "Florian Fromm <[email protected]>"]
55
edition = "2018"
66
description = "Suborbital Wasm Runnable API"
@@ -12,4 +12,4 @@ homepage = "https://suborbital.dev"
1212
crate-type = ["cdylib", "rlib"]
1313

1414
[dependencies]
15-
suborbital-macro = { path = "../codegen", version = "0.14.0" }
15+
suborbital-macro = { path = "../codegen", version = "0.15.0" }

api/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@suborbital/runnable",
3-
"version": "0.14.0",
3+
"version": "0.15.0",
44
"description": "Suborbital's Runnable API for JavaScript/TypeScript",
55
"main": "dist/index.js",
66
"scripts": {

changelogs/v0.15.0.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# JavaScript and TypeScript Support
2+
3+
This release of Reactr includes a new library for use with JavaScript and TypeScript runnables. With Subo Beta-4, JS runnables can be created with `subo create runnable <name> --lang js`, and TS runnables can be created with `subo create runnable <name> --lang ts`.

0 commit comments

Comments
 (0)