diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 889fe0c..ecbee07 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/homestar": "2.0.3", - "packages/homestar-wit": "0.0.2", + "packages/homestar-wit": "0.0.3", "packages/channel": "0.0.2", "packages/ucan": "0.2.0", "packages/client": "0.0.1", diff --git a/packages/homestar-wit/CHANGELOG.md b/packages/homestar-wit/CHANGELOG.md index 67a2b22..b604efe 100644 --- a/packages/homestar-wit/CHANGELOG.md +++ b/packages/homestar-wit/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.3](https://github.com/fission-codes/stack/compare/homestar-wit-v0.0.2...homestar-wit-v0.0.3) (2024-03-07) + + +### Bug Fixes + +* ship wit ([af80bcc](https://github.com/fission-codes/stack/commit/af80bccf5dd2a5e6af2c23fa776a2f6691790b2f)) + ## [0.0.2](https://github.com/fission-codes/stack/compare/homestar-wit-v0.0.1...homestar-wit-v0.0.2) (2024-03-07) diff --git a/packages/homestar-wit/package.json b/packages/homestar-wit/package.json index cbb792a..05c6028 100644 --- a/packages/homestar-wit/package.json +++ b/packages/homestar-wit/package.json @@ -1,7 +1,7 @@ { "name": "@fission-codes/homestar-wit", "type": "module", - "version": "0.0.2", + "version": "0.0.3", "description": "WIT for Homestar", "author": "Hugo Dias (hugodias.me)", "license": "MIT",