Skip to content

Commit

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


##
[0.1.2](create-gensx-v0.1.1...create-gensx-v0.1.2)
(2025-01-07)


### 🐛 Bug Fixes

* Add apache 2.0 license
([#78](#78))
([ca56a98](ca56a98))
* Add shebang for cli file.
([beae109](beae109))

---
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 cacebcc commit 8f48823
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/gensx": "0.2.1",
"packages/gensx-openai": "0.1.1",
"packages/create-gensx": "0.1.1"
"packages/create-gensx": "0.1.2"
}
8 changes: 8 additions & 0 deletions packages/create-gensx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.2](https://github.com/cortexclick/gensx/compare/create-gensx-v0.1.1...create-gensx-v0.1.2) (2025-01-07)


### 🐛 Bug Fixes

* Add apache 2.0 license ([#78](https://github.com/cortexclick/gensx/issues/78)) ([ca56a98](https://github.com/cortexclick/gensx/commit/ca56a98760a1c3b9f4db51e464cc95e783523ae4))
* Add shebang for cli file. ([beae109](https://github.com/cortexclick/gensx/commit/beae10997c7bf650cdc809267cc5506bce27e055))

## [0.1.1](https://github.com/cortexclick/gensx/compare/create-gensx-v0.1.0...create-gensx-v0.1.1) (2025-01-07)


Expand Down
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.1.1",
"version": "0.1.2",
"type": "module",
"license": "Apache-2.0",
"engines": {
Expand Down

0 comments on commit 8f48823

Please sign in to comment.