Skip to content

Commit ddda8c7

Browse files
chore(main): release 1.23.0 (#281)
🤖 I have created a release *beep* *boop* --- ## [1.23.0](v1.22.0...v1.23.0) (2025-10-04) ### Features * export chat thread ([#278](#278)) ([23e79cd](23e79cd)) * **file-storage:** image uploads, generate profile with ai ([#257](#257)) ([46eb43f](46eb43f)) ### Bug Fixes * Apply DISABLE_SIGN_UP to OAuth providers ([#282](#282)) ([bcc0db8](bcc0db8)) * ollama disable issue ([#283](#283)) ([5e0a690](5e0a690)) --- 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 5e0a690 commit ddda8c7

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

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

3+
## [1.23.0](https://github.com/cgoinglove/better-chatbot/compare/v1.22.0...v1.23.0) (2025-10-04)
4+
5+
6+
### Features
7+
8+
* export chat thread ([#278](https://github.com/cgoinglove/better-chatbot/issues/278)) ([23e79cd](https://github.com/cgoinglove/better-chatbot/commit/23e79cd570c24bab0abc496eca639bfffcb6060b))
9+
* **file-storage:** image uploads, generate profile with ai ([#257](https://github.com/cgoinglove/better-chatbot/issues/257)) ([46eb43f](https://github.com/cgoinglove/better-chatbot/commit/46eb43f84792d48c450f3853b48b24419f67c7a1))
10+
11+
12+
### Bug Fixes
13+
14+
* Apply DISABLE_SIGN_UP to OAuth providers ([#282](https://github.com/cgoinglove/better-chatbot/issues/282)) ([bcc0db8](https://github.com/cgoinglove/better-chatbot/commit/bcc0db8eb81997e54e8904e64fc76229fbfc1338))
15+
* ollama disable issue ([#283](https://github.com/cgoinglove/better-chatbot/issues/283)) ([5e0a690](https://github.com/cgoinglove/better-chatbot/commit/5e0a690bb6c3f074680d13e09165ca9fff139f93))
16+
317
## [1.22.0](https://github.com/cgoinglove/better-chatbot/compare/v1.21.0...v1.22.0) (2025-09-25)
418

519
### Features

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.22.0",
3+
"version": "1.23.0",
44
"private": true,
55
"author": "cgoinglove",
66
"license": "MIT",
@@ -152,7 +152,10 @@
152152
"vitest": "^3.2.4"
153153
},
154154
"lint-staged": {
155-
"*.{js,json,mjs,ts,yaml,tsx,css}": ["pnpm format", "pnpm lint:fix"]
155+
"*.{js,json,mjs,ts,yaml,tsx,css}": [
156+
"pnpm format",
157+
"pnpm lint:fix"
158+
]
156159
},
157160
"packageManager": "[email protected]",
158161
"engines": {

0 commit comments

Comments
 (0)