Skip to content

Commit

Permalink
chore(main): release homestar 2.0.0 (#76)
Browse files Browse the repository at this point in the history
Signed-off-by: Hugo Dias <[email protected]>
  • Loading branch information
hugomrdias authored Dec 12, 2023
1 parent a924f8f commit 7295eb3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/homestar": "1.0.0",
"packages/homestar": "2.0.0",
"packages/eslint-config": "0.0.4"
}
12 changes: 12 additions & 0 deletions packages/homestar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.0.0](https://github.com/fission-codes/stack/compare/homestar-v1.0.0...homestar-v2.0.0) (2023-12-12)


### ⚠ BREAKING CHANGES

* full types and metrics output changes

### Features

* full types and metrics output changes ([fe32107](https://github.com/fission-codes/stack/commit/fe32107146301857d7d39a7db45cc55df27c8eb3))
* simplify api, add events iterator ([#74](https://github.com/fission-codes/stack/issues/74)) ([653f71f](https://github.com/fission-codes/stack/commit/653f71ff57b0e0cb945277e31fbc9e52c068b829)), closes [#71](https://github.com/fission-codes/stack/issues/71)

## [1.0.0](https://github.com/fission-codes/stack/compare/homestar-v0.6.2...homestar-v1.0.0) (2023-11-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/homestar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fission-codes/homestar",
"type": "module",
"version": "1.0.0",
"version": "2.0.0",
"description": "Homestar Client.",
"author": "Hugo Dias <[email protected]> (hugodias.me)",
"license": "MIT",
Expand Down

0 comments on commit 7295eb3

Please sign in to comment.