Skip to content

Commit d20853a

Browse files
committed
Merge branch 'main' of github.com:fission-codes/stack
* 'main' of github.com:fission-codes/stack: chore(main): release homestar 2.2.0 (#169)
2 parents 4773ed3 + a4d8a18 commit d20853a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Diff for: .github/release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/homestar": "2.1.0",
2+
"packages/homestar": "2.2.0",
33
"packages/homestar-wit": "0.0.3",
44
"packages/channel": "0.0.2",
55
"packages/ucan": "0.2.0",

Diff for: packages/homestar/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.2.0](https://github.com/fission-codes/stack/compare/homestar-v2.1.0...homestar-v2.2.0) (2024-03-08)
4+
5+
6+
### Features
7+
8+
* Wasmify supports custom wit folder, world name, debug mode and wasm cache ([1dafc13](https://github.com/fission-codes/stack/commit/1dafc139db5d164120ddb15e560f39af228648dc)), closes [#168](https://github.com/fission-codes/stack/issues/168)
9+
310
## [2.1.0](https://github.com/fission-codes/stack/compare/homestar-v2.0.3...homestar-v2.1.0) (2024-03-07)
411

512

Diff for: packages/homestar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fission-codes/homestar",
33
"type": "module",
4-
"version": "2.1.0",
4+
"version": "2.2.0",
55
"description": "Homestar Client.",
66
"author": "Hugo Dias <[email protected]> (hugodias.me)",
77
"license": "MIT",

0 commit comments

Comments
 (0)