Skip to content

Commit e1d9bc2

Browse files
chore(main): release 1.27.0
1 parent 2811cf3 commit e1d9bc2

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

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

3+
## [1.27.0](https://github.com/cgoinglove/better-chatbot/compare/v1.26.0...v1.27.0) (2025-11-26)
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+
310
## [1.26.0](https://github.com/cgoinglove/better-chatbot/compare/v1.25.0...v1.26.0) (2025-11-07)
411

512

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)