Skip to content

Commit

Permalink
chore(main): release homestar 0.1.0 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Nov 7, 2023
1 parent 1c7376c commit e92da49
Show file tree
Hide file tree
Showing 3 changed files with 10 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": "0.0.1",
"packages/homestar": "0.1.0",
"packages/eslint-config": "0.0.3"
}
8 changes: 8 additions & 0 deletions packages/homestar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.1.0](https://github.com/fission-codes/stack/compare/homestar-v0.0.1...homestar-v0.1.0) (2023-11-07)


### Features

* homestar client ([#35](https://github.com/fission-codes/stack/issues/35)) ([1c7376c](https://github.com/fission-codes/stack/commit/1c7376c715b412dc3f30f95c56f9b6a71d444a2b))
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": "0.0.1",
"version": "0.1.0",
"description": "Homestart Client.",
"author": "Hugo Dias <hugomrdias@gmail.com> (hugodias.me)",
"license": "MIT",
Expand Down

0 comments on commit e92da49

Please sign in to comment.