Skip to content

Commit 0e96fd6

Browse files
authored
chore(main): release homestar 2.1.0 (#164)
Signed-off-by: Hugo Dias <[email protected]>
1 parent ff121f3 commit 0e96fd6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/release-please-manifest.json

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

packages/homestar/CHANGELOG.md

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

3+
## [2.1.0](https://github.com/fission-codes/stack/compare/homestar-v2.0.3...homestar-v2.1.0) (2024-03-07)
4+
5+
6+
### Features
7+
8+
* support more types in wasmify and wasi logging ([1c993c0](https://github.com/fission-codes/stack/commit/1c993c0a814b02d4a90e0a095aedff2f31bcd4e5)), closes [#159](https://github.com/fission-codes/stack/issues/159)
9+
310
## [2.0.3](https://github.com/fission-codes/stack/compare/homestar-v2.0.2...homestar-v2.0.3) (2024-03-01)
411

512

packages/homestar/package.json

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

0 commit comments

Comments
 (0)