diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 58a646b..d8c90df 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/homestar": "0.3.0", + "packages/homestar": "0.4.0", "packages/eslint-config": "0.0.3" } diff --git a/packages/homestar/CHANGELOG.md b/packages/homestar/CHANGELOG.md index 98c420e..1d89552 100644 --- a/packages/homestar/CHANGELOG.md +++ b/packages/homestar/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/fission-codes/stack/compare/homestar-v0.3.0...homestar-v0.4.0) (2023-11-09) + + +### Features + +* **homestar:** add health call ([2321868](https://github.com/fission-codes/stack/commit/23218684b51c3b60f54ac3962246fefea894b0f3)) + ## [0.3.0](https://github.com/fission-codes/stack/compare/homestar-v0.2.0...homestar-v0.3.0) (2023-11-09) diff --git a/packages/homestar/package.json b/packages/homestar/package.json index 8c7253b..4eaea79 100644 --- a/packages/homestar/package.json +++ b/packages/homestar/package.json @@ -1,7 +1,7 @@ { "name": "@fission-codes/homestar", "type": "module", - "version": "0.3.0", + "version": "0.4.0", "description": "Homestart Client.", "author": "Hugo Dias (hugodias.me)", "license": "MIT",