Skip to content

Commit

Permalink
chore(main): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoseley committed Dec 30, 2024
1 parent 969fc36 commit babaea1
Show file tree
Hide file tree
Showing 3 changed files with 14 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.1"
".": "0.2.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.0](https://github.com/cortexclick/gensx/compare/v0.1.1...v0.2.0) (2024-12-30)


### ✨ New Features

* Add some basic documentation to the README. ([#23](https://github.com/cortexclick/gensx/issues/23)) ([de6c2ec](https://github.com/cortexclick/gensx/commit/de6c2ec393f33463d3984983ce715136a26e0f4e))


### 🐛 Bug Fixes

* **deps:** bump @rollup/rollup-linux-x64-gnu from 4.28.1 to 4.29.1 ([#25](https://github.com/cortexclick/gensx/issues/25)) ([969fc36](https://github.com/cortexclick/gensx/commit/969fc369bcdfee2c6b92ac8f965e02c515cc28c3))

## [0.1.1](https://github.com/cortexclick/gensx/compare/v0.1.0...v0.1.1) (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.1",
"version": "0.2.0",
"description": "Make LLMs work good",
"main": "dist/index.cjs",
"module": "lib/index.js",
Expand Down

0 comments on commit babaea1

Please sign in to comment.