Skip to content

Commit dd9cd25

Browse files
chore(main): release 1.27.0
1 parent 78573e4 commit dd9cd25

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

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

3+
## [1.27.0](https://github.com/cgoinglove/better-chatbot/compare/v1.26.0...v1.27.0) (2025-12-08)
4+
5+
6+
### Features
7+
8+
* add DISABLE_EMAIL_SIGN_UP to control email and OAuth signups separately ([#331](https://github.com/cgoinglove/better-chatbot/issues/331)) ([2811cf3](https://github.com/cgoinglove/better-chatbot/commit/2811cf3dbcce03da467cd958587473326dab9cc1))
9+
* add norwegian translation ([#341](https://github.com/cgoinglove/better-chatbot/issues/341)) ([64f88cc](https://github.com/cgoinglove/better-chatbot/commit/64f88cc37fab0613c0711d9b30bff84daae74839))
10+
11+
12+
### Bug Fixes
13+
14+
* blur prompt-input after submit to collapse mobile keyboard ([#337](https://github.com/cgoinglove/better-chatbot/issues/337)) ([aec3530](https://github.com/cgoinglove/better-chatbot/commit/aec35300c1ca7269aa5086a95f1a4f480b2564c7))
15+
* enter ([78573e4](https://github.com/cgoinglove/better-chatbot/commit/78573e4de8d509cf717123235e55e6d801eeb581))
16+
* skip signup method selection when only email is enabled ([#338](https://github.com/cgoinglove/better-chatbot/issues/338)) ([7538bc8](https://github.com/cgoinglove/better-chatbot/commit/7538bc8babb0943f2857a9a9139bff79e2c5e486))
17+
* text message part inline buttons is not visible on mobile ([#334](https://github.com/cgoinglove/better-chatbot/issues/334)) ([666c395](https://github.com/cgoinglove/better-chatbot/commit/666c395865d03dd33884f9f17933b1a3659d44eb)), closes [#333](https://github.com/cgoinglove/better-chatbot/issues/333)
18+
* use translation for user settings menu item ([#339](https://github.com/cgoinglove/better-chatbot/issues/339)) ([eadc71a](https://github.com/cgoinglove/better-chatbot/commit/eadc71ae6d62ae297aeff44979591bd03a86b19d))
19+
320
## [1.26.0](https://github.com/cgoinglove/better-chatbot/compare/v1.25.0...v1.26.0) (2025-11-07)
421

522

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.26.0",
3+
"version": "1.27.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)