diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 98ef940..029a2ea 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,5 +1,5 @@ { - "packages/homestar": "2.1.0", + "packages/homestar": "2.2.0", "packages/homestar-wit": "0.0.3", "packages/channel": "0.0.2", "packages/ucan": "0.2.0", diff --git a/packages/homestar/CHANGELOG.md b/packages/homestar/CHANGELOG.md index d474199..61a4d35 100644 --- a/packages/homestar/CHANGELOG.md +++ b/packages/homestar/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.0](https://github.com/fission-codes/stack/compare/homestar-v2.1.0...homestar-v2.2.0) (2024-03-08) + + +### Features + +* 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) + ## [2.1.0](https://github.com/fission-codes/stack/compare/homestar-v2.0.3...homestar-v2.1.0) (2024-03-07) diff --git a/packages/homestar/package.json b/packages/homestar/package.json index ef7a90d..68c7a55 100644 --- a/packages/homestar/package.json +++ b/packages/homestar/package.json @@ -1,7 +1,7 @@ { "name": "@fission-codes/homestar", "type": "module", - "version": "2.1.0", + "version": "2.2.0", "description": "Homestar Client.", "author": "Hugo Dias (hugodias.me)", "license": "MIT",