Skip to content

Commit 45edecb

Browse files
chore(main): release 1.24.0 (#286)
🤖 I have created a release *beep* *boop* --- ## [1.24.0](v1.23.0...v1.24.0) (2025-10-06) ### Features * generate image Tool (Nano Banana) ([#284](#284)) ([984ce66](984ce66)) * openai image generate ([#287](#287)) ([0deef6e](0deef6e)) --- 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 0deef6e commit 45edecb

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.24.0](https://github.com/cgoinglove/better-chatbot/compare/v1.23.0...v1.24.0) (2025-10-06)
4+
5+
6+
### Features
7+
8+
* generate image Tool (Nano Banana) ([#284](https://github.com/cgoinglove/better-chatbot/issues/284)) ([984ce66](https://github.com/cgoinglove/better-chatbot/commit/984ce665ceef7225870f4eb751afaf65bf8a2dd4))
9+
* openai image generate ([#287](https://github.com/cgoinglove/better-chatbot/issues/287)) ([0deef6e](https://github.com/cgoinglove/better-chatbot/commit/0deef6e8a83196afb1f44444ab2f13415de20e73))
10+
311
## [1.23.0](https://github.com/cgoinglove/better-chatbot/compare/v1.22.0...v1.23.0) (2025-10-04)
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.23.0",
3+
"version": "1.24.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)