diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index a0f95ed..889fe0c 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.1", + "packages/homestar-wit": "0.0.2", "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 new file mode 100644 index 0000000..67a2b22 --- /dev/null +++ b/packages/homestar-wit/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.0.2](https://github.com/fission-codes/stack/compare/homestar-wit-v0.0.1...homestar-wit-v0.0.2) (2024-03-07) + + +### Bug Fixes + +* initial commit ([7ff93a7](https://github.com/fission-codes/stack/commit/7ff93a7f4e771e38cfe3cdde5a2ad1913a2ca230)) diff --git a/packages/homestar-wit/package.json b/packages/homestar-wit/package.json index 026e780..cbb792a 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.1", + "version": "0.0.2", "description": "WIT for Homestar", "author": "Hugo Dias (hugodias.me)", "license": "MIT",