Skip to content

Commit 1767b48

Browse files
chore(main): release 1.20.2 (#228)
🤖 I have created a release *beep* *boop* --- ## [1.20.2](v1.20.1...v1.20.2) (2025-08-09) ### Bug Fixes * improve error display with better UX and animation handling ([#227](#227)) ([35d62e0](35d62e0)) * **mcp:** ensure database and memory manager sync across server instances ([#229](#229)) ([c4b8ebe](c4b8ebe)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c4b8ebe commit 1767b48

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.20.2](https://github.com/cgoinglove/better-chatbot/compare/v1.20.1...v1.20.2) (2025-08-09)
4+
5+
6+
### Bug Fixes
7+
8+
* improve error display with better UX and animation handling ([#227](https://github.com/cgoinglove/better-chatbot/issues/227)) ([35d62e0](https://github.com/cgoinglove/better-chatbot/commit/35d62e05bb21760086c184511d8062444619696c))
9+
* **mcp:** ensure database and memory manager sync across server instances ([#229](https://github.com/cgoinglove/better-chatbot/issues/229)) ([c4b8ebe](https://github.com/cgoinglove/better-chatbot/commit/c4b8ebe9566530986951671e36111a2e529bf592))
10+
311
## [1.20.1](https://github.com/cgoinglove/better-chatbot/compare/v1.20.0...v1.20.1) (2025-08-06)
412

513

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "better-chatbot",
3-
"version": "1.20.1",
3+
"version": "1.20.2",
44
"private": true,
55
"author": "cgoinglove",
66
"license": "MIT",
@@ -138,7 +138,10 @@
138138
"vitest": "^3.2.4"
139139
},
140140
"lint-staged": {
141-
"*.{js,json,mjs,ts,yaml,tsx,css}": ["pnpm format", "pnpm lint:fix"]
141+
"*.{js,json,mjs,ts,yaml,tsx,css}": [
142+
"pnpm format",
143+
"pnpm lint:fix"
144+
]
142145
},
143146
"packageManager": "pnpm@10.2.1",
144147
"engines": {

0 commit comments

Comments
 (0)