Skip to content

Commit

Permalink
chore(main): release create-gensx 0.1.0 (#76)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## 0.1.0 (2025-01-07)


### ✨ New Features

* Add create-gensx package
([#66](#66))
([9bb7418](9bb7418))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
jmoseley authored Jan 7, 2025
1 parent 51b4b3d commit fc0a697
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"packages/gensx": "0.2.1",
"packages/gensx-openai": "0.1.1"
"packages/gensx-openai": "0.1.1",
"packages/create-gensx": "0.1.0"
}
7 changes: 7 additions & 0 deletions packages/create-gensx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.1.0 (2025-01-07)


### ✨ New Features

* Add create-gensx package ([#66](https://github.com/cortexclick/gensx/issues/66)) ([9bb7418](https://github.com/cortexclick/gensx/commit/9bb7418e88ea2a19ffbd6afb687aad4a3b778144))

## 0.0.0 (Initial Release)

- Initial release of create-gensx
2 changes: 1 addition & 1 deletion packages/create-gensx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-gensx",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"engines": {
"node": ">=18.0.0"
Expand Down

0 comments on commit fc0a697

Please sign in to comment.