Skip to content

Commit

Permalink
chore(release): v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zAlweNy26 committed Oct 13, 2024
1 parent a52d30f commit cb90152
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## v1.5.1

[compare changes](https://github.com/zAlweNy26/ts-cat/compare/v1.5.0...v1.5.1)

### 🚀 Enhancements

- Add query param to disable why in /chat endpoint ([4a94e16](https://github.com/zAlweNy26/ts-cat/commit/4a94e16))
- Switch to polling if in docker ([a52d30f](https://github.com/zAlweNy26/ts-cat/commit/a52d30f))

### 🩹 Fixes

- Fix defaults object merging ([2545fac](https://github.com/zAlweNy26/ts-cat/commit/2545fac))
- Fix overall server setup ([d864167](https://github.com/zAlweNy26/ts-cat/commit/d864167))
- Fix model reference not found in schemas ([8ebf0b8](https://github.com/zAlweNy26/ts-cat/commit/8ebf0b8))

### 📖 Documentation

- Improve openapi documentation ([6d812e1](https://github.com/zAlweNy26/ts-cat/commit/6d812e1))

### ❤️ Contributors

- Dany <[email protected]>

## v1.5.0

[compare changes](https://github.com/zAlweNy26/ts-cat/compare/v1.4.1...v1.5.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-cat",
"type": "module",
"version": "1.5.0",
"version": "1.5.1",
"private": true,
"description": "TypeScript version of the Cheshire Cat AI project",
"author": "zAlweNy26 & Contributors",
Expand Down

0 comments on commit cb90152

Please sign in to comment.