Skip to content

Commit

Permalink
chore(release): v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zAlweNy26 committed Oct 19, 2024
1 parent bb5d0da commit ae334f6
Show file tree
Hide file tree
Showing 2 changed files with 36 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.3

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

### πŸš€ Enhancements

- Improve procedures toggle ([22fe36c](https://github.com/zAlweNy26/ts-cat/commit/22fe36c))
- Improve plugin management ([bb5d0da](https://github.com/zAlweNy26/ts-cat/commit/bb5d0da))

### πŸ“– Documentation

- Update core plugin.json ([ad774e3](https://github.com/zAlweNy26/ts-cat/commit/ad774e3))
- Improve openapi documentation ([d7d6169](https://github.com/zAlweNy26/ts-cat/commit/d7d6169))

### 🏑 Chore

- Update dependencies ([9933301](https://github.com/zAlweNy26/ts-cat/commit/9933301))
- Fix db default values ([967fb3b](https://github.com/zAlweNy26/ts-cat/commit/967fb3b))

### ❀️ Contributors

- Dany <zdanymc@gmail.com>

## v1.5.2

[compare changes](https://github.com/zAlweNy26/ts-cat/compare/v1.5.1...v1.5.2)
Expand Down
14 changes: 13 additions & 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.2",
"version": "1.5.3",
"private": true,
"description": "TypeScript version of the Cheshire Cat AI project",
"author": "zAlweNy26 & Contributors",
Expand Down Expand Up @@ -125,5 +125,17 @@
},
"patchedDependencies": {
"langchain@0.3.2": "patches/langchain@0.3.2.patch"
},
"changelog": {
"types": {
"feat": {
"title": "πŸš€ Enhancements",
"semver": "patch"
},
"refactor": {
"title": "πŸ’… Refactors",
"semver": "minor"
}
}
}
}

0 comments on commit ae334f6

Please sign in to comment.