Skip to content

Commit c632a61

Browse files
chore(main): release 1.26.0 (cgoinglove#322)
1 parent 6e32417 commit c632a61

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

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

3+
## [1.26.0](https://github.com/cgoinglove/better-chatbot/compare/v1.25.0...v1.26.0) (2025-11-07)
4+
5+
6+
### Features
7+
8+
* add LaTeX/TeX math equation rendering support ([#318](https://github.com/cgoinglove/better-chatbot/issues/318)) ([c0a8b5b](https://github.com/cgoinglove/better-chatbot/commit/c0a8b5b9b28599716013c83cac03fa5745ffd403))
9+
10+
11+
### Bug Fixes
12+
13+
* hide MCP server credentials from non-owners ([#317](https://github.com/cgoinglove/better-chatbot/issues/317)) ([#319](https://github.com/cgoinglove/better-chatbot/issues/319)) ([6e32417](https://github.com/cgoinglove/better-chatbot/commit/6e32417535c27f1215f96d68b7302dba4a1b904d))
14+
315
## [1.25.0](https://github.com/cgoinglove/better-chatbot/compare/v1.24.0...v1.25.0) (2025-10-30)
416

517

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.25.0",
3+
"version": "1.26.0",
44
"private": true,
55
"author": "cgoinglove",
66
"license": "MIT",
@@ -156,7 +156,10 @@
156156
"vitest": "^3.2.4"
157157
},
158158
"lint-staged": {
159-
"*.{js,json,mjs,ts,yaml,tsx,css}": ["pnpm format", "pnpm lint:fix"]
159+
"*.{js,json,mjs,ts,yaml,tsx,css}": [
160+
"pnpm format",
161+
"pnpm lint:fix"
162+
]
160163
},
161164
"packageManager": "[email protected]",
162165
"engines": {

0 commit comments

Comments
 (0)