Skip to content

Commit

Permalink
chore(release): 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Oct 25, 2024
1 parent da4c5d1 commit 6188d29
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [2.2.5](https://github.com/recap-utr/arguemapper/compare/v2.2.4...v2.2.5) (2024-10-25)


### Bug Fixes

* **assistant:** improve openai requests ([3743b78](https://github.com/recap-utr/arguemapper/commit/3743b783dfb42538ebccc5bd79420ff15f1904c4))
* **assistant:** update suggested model names ([77ddc86](https://github.com/recap-utr/arguemapper/commit/77ddc86cd279460f329d879723eacdc2a1e80dd7))
* **assistant:** use function calling for better compatibility ([fcdf72b](https://github.com/recap-utr/arguemapper/commit/fcdf72b646fa83272c88691761a493eaaaaa5ab0))
* improve code quality by applying eslint suggestions ([2c45f60](https://github.com/recap-utr/arguemapper/commit/2c45f6044145058ed064d2f88c1aa9760d379f4c))

## [2.2.4](https://github.com/recap-utr/arguemapper/compare/v2.2.3...v2.2.4) (2024-09-19)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arguemapper",
"version": "2.2.4",
"version": "2.2.5",
"exports": "./src/index.tsx",
"private": true,
"type": "module",
Expand Down

0 comments on commit 6188d29

Please sign in to comment.