diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f02c03..d399ed4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 3d5d5c7..0de595d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "arguemapper", - "version": "2.2.4", + "version": "2.2.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "arguemapper", - "version": "2.2.4", + "version": "2.2.5", "dependencies": { "@bufbuild/protobuf": "^1", "@connectrpc/connect": "^1", diff --git a/package.json b/package.json index 8181984..b179843 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arguemapper", - "version": "2.2.4", + "version": "2.2.5", "exports": "./src/index.tsx", "private": true, "type": "module",