Skip to content

Commit

Permalink
chore(main): release 0.1.1 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoseley authored Dec 20, 2024
1 parent 89dec61 commit 7bcc56f
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,3 +1,3 @@
{
".": "0.1.0"
".": "0.1.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.1](https://github.com/cortexclick/gensx/compare/v0.1.0...v0.1.1) (2024-12-20)


### 🐛 Bug Fixes

* remove @types/react dep. ([500ab88](https://github.com/cortexclick/gensx/commit/500ab88368c50dc6629bcdcb1f58891d12e5fe94))
* Tweak the example in README.md ([0498f60](https://github.com/cortexclick/gensx/commit/0498f6095fccd7b3d56d949c36f726356c046fb7))

## [0.1.0](https://github.com/cortexclick/gensx/compare/v0.0.1...v0.1.0) (2024-12-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gensx",
"version": "0.1.0",
"version": "0.1.1",
"description": "Make LLMs work good",
"main": "dist/index.cjs",
"module": "lib/index.js",
Expand Down

0 comments on commit 7bcc56f

Please sign in to comment.