From f52f1571b11b1bf8b5792926bcc059b77188aeb9 Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Wed, 20 Mar 2024 16:22:56 +0000 Subject: [PATCH] chore(main): release homestar 2.4.0 (#187) --- .github/release-please-manifest.json | 2 +- packages/homestar/CHANGELOG.md | 8 ++++++++ packages/homestar/package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 548fafa..975c5c9 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,5 +1,5 @@ { - "packages/homestar": "2.3.1", + "packages/homestar": "2.4.0", "packages/homestar-wit": "0.0.3", "packages/channel": "0.0.2", "packages/ucan": "0.3.0", diff --git a/packages/homestar/CHANGELOG.md b/packages/homestar/CHANGELOG.md index 3ea348e..0e521b8 100644 --- a/packages/homestar/CHANGELOG.md +++ b/packages/homestar/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.4.0](https://github.com/fission-codes/stack/compare/homestar-v2.3.1...homestar-v2.4.0) (2024-03-20) + + +### Features + +* add node method to fetch node info ([adb1b5e](https://github.com/fission-codes/stack/commit/adb1b5e436d054391c76d387ff432c71bf5908b6)) +* add node method to fetch node info ([adb1b5e](https://github.com/fission-codes/stack/commit/adb1b5e436d054391c76d387ff432c71bf5908b6)) + ## [2.3.1](https://github.com/fission-codes/stack/compare/homestar-v2.3.0...homestar-v2.3.1) (2024-03-18) diff --git a/packages/homestar/package.json b/packages/homestar/package.json index 31da589..652f9ff 100644 --- a/packages/homestar/package.json +++ b/packages/homestar/package.json @@ -1,7 +1,7 @@ { "name": "@fission-codes/homestar", "type": "module", - "version": "2.3.1", + "version": "2.4.0", "description": "Homestar Client.", "author": "Hugo Dias (hugodias.me)", "license": "MIT",