Skip to content

Commit

Permalink
[Release] Beta-15
Browse files Browse the repository at this point in the history
  • Loading branch information
ospencer committed Feb 18, 2022
1 parent 48d9120 commit 1830e4a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/assemblyscript/package.json
@@ -1,6 +1,6 @@
{
"name": "@suborbital/suborbital",
"version": "0.14.0",
"version": "0.15.0",
"types": "assembly/index.ts",
"description": "Suborbital's Runnable API for AssemblyScript",
"main": "assembly/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion api/rust/codegen/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "suborbital-macro"
version = "0.14.0"
version = "0.15.0"
edition = "2018"
authors = ["cohix <connorjhicks@gmail.com>", "Florian Fromm <flrn.frmm@gmail.com>"]
description = "Macro for setting up a Runnable"
Expand Down
4 changes: 2 additions & 2 deletions api/rust/core/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "suborbital"
version = "0.14.0"
version = "0.15.0"
authors = ["cohix <connorjhicks@gmail.com>", "Florian Fromm <flrn.frmm@gmail.com>"]
edition = "2018"
description = "Suborbital Wasm Runnable API"
Expand All @@ -12,4 +12,4 @@ homepage = "https://suborbital.dev"
crate-type = ["cdylib", "rlib"]

[dependencies]
suborbital-macro = { path = "../codegen", version = "0.14.0" }
suborbital-macro = { path = "../codegen", version = "0.15.0" }
2 changes: 1 addition & 1 deletion api/typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "@suborbital/runnable",
"version": "0.14.0",
"version": "0.15.0",
"description": "Suborbital's Runnable API for JavaScript/TypeScript",
"main": "dist/index.js",
"scripts": {
Expand Down
3 changes: 3 additions & 0 deletions changelogs/v0.15.0.md
@@ -0,0 +1,3 @@
# JavaScript and TypeScript Support

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 comments on commit 1830e4a

Please sign in to comment.