Skip to content

Commit 596e0e1

Browse files
chore(main): release 1.25.0 (cgoinglove#300)
🤖 I have created a release *beep* *boop* --- ## [1.25.0](cgoinglove/better-chatbot@v1.24.0...v1.25.0) (2025-10-30) ### Features * s3 storage and richer file support ([cgoinglove#301](cgoinglove#301)) ([051a974](cgoinglove@051a974)) ### Bug Fixes * model name for gpt-4.1-mini in staticModels ([cgoinglove#299](cgoinglove#299)) ([4513ac0](cgoinglove@4513ac0)) --- 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 cf29b5a commit 596e0e1

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.25.0](https://github.com/cgoinglove/better-chatbot/compare/v1.24.0...v1.25.0) (2025-10-30)
4+
5+
6+
### Features
7+
8+
* s3 storage and richer file support ([#301](https://github.com/cgoinglove/better-chatbot/issues/301)) ([051a974](https://github.com/cgoinglove/better-chatbot/commit/051a9740a6ecf774bfead9ce327c376ea5b279a5))
9+
10+
11+
### Bug Fixes
12+
13+
* model name for gpt-4.1-mini in staticModels ([#299](https://github.com/cgoinglove/better-chatbot/issues/299)) ([4513ac0](https://github.com/cgoinglove/better-chatbot/commit/4513ac0e842f588a24d7075af8700e3cc7a3eb39))
14+
315
## [1.24.0](https://github.com/cgoinglove/better-chatbot/compare/v1.23.0...v1.24.0) (2025-10-06)
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.24.0",
3+
"version": "1.25.0",
44
"private": true,
55
"author": "cgoinglove",
66
"license": "MIT",
@@ -153,7 +153,10 @@
153153
"vitest": "^3.2.4"
154154
},
155155
"lint-staged": {
156-
"*.{js,json,mjs,ts,yaml,tsx,css}": ["pnpm format", "pnpm lint:fix"]
156+
"*.{js,json,mjs,ts,yaml,tsx,css}": [
157+
"pnpm format",
158+
"pnpm lint:fix"
159+
]
157160
},
158161
"packageManager": "[email protected]",
159162
"engines": {

0 commit comments

Comments
 (0)