Skip to content

Commit

Permalink
chore(release): v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zAlweNy26 committed Apr 19, 2024
1 parent 550e48a commit 7d11e6c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## v1.2.5

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

### 🚀 Enhancements

- Nodemon now watches also .env file ([4fd3bc5](https://github.com/zAlweNy26/ts-cat/commit/4fd3bc5))
- Use json in tool prompt ([3ab5159](https://github.com/zAlweNy26/ts-cat/commit/3ab5159))

### 🩹 Fixes

- Fix missing routes validations ([ba8ee05](https://github.com/zAlweNy26/ts-cat/commit/ba8ee05))
- Fix log level order ([550e48a](https://github.com/zAlweNy26/ts-cat/commit/550e48a))

### 🏡 Chore

- Rename CatTool options ([cfaa9a3](https://github.com/zAlweNy26/ts-cat/commit/cfaa9a3))

### ❤️ Contributors

- ZAlweNy26 <[email protected]>

## v1.2.4

[compare changes](https://github.com/zAlweNy26/ts-cat/compare/v1.2.3...v1.2.4)
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.2.4",
"version": "1.2.5",
"private": true,
"packageManager": "[email protected]",
"description": "TypeScript version of the Cheshire Cat AI project",
Expand Down

0 comments on commit 7d11e6c

Please sign in to comment.