Skip to content

Commit daa1790

Browse files
chore(main): release 1.22.0 (#258)
🤖 I have created a release *beep* *boop* --- ## [1.22.0](v1.21.0...v1.22.0) (2025-09-25) ### Features * admin and roles ([#270](#270)) ([63bddca](63bddca)) * groq provider ([#268](#268)) ([aef213d](aef213d)) * hide LLM providers without API keys in model selection ([#269](#269)) ([63c15dd](63c15dd)) * **voice-chat:** binding agent tools ([#275](#275)) ([ed45e82](ed45e82)) ### Bug Fixes * ensure PKCE works for MCP Server auth ([#256](#256)) ([09b938f](09b938f)) --- 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 848fdfd commit daa1790

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

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

3+
## [1.22.0](https://github.com/cgoinglove/better-chatbot/compare/v1.21.0...v1.22.0) (2025-09-25)
4+
5+
6+
### Features
7+
8+
* admin and roles ([#270](https://github.com/cgoinglove/better-chatbot/issues/270)) ([63bddca](https://github.com/cgoinglove/better-chatbot/commit/63bddcaa4bc62bc85204a0982a06f2bed09fc5f5))
9+
* groq provider ([#268](https://github.com/cgoinglove/better-chatbot/issues/268)) ([aef213d](https://github.com/cgoinglove/better-chatbot/commit/aef213d2f9dd0255996cc4184b03425db243cd7b))
10+
* hide LLM providers without API keys in model selection ([#269](https://github.com/cgoinglove/better-chatbot/issues/269)) ([63c15dd](https://github.com/cgoinglove/better-chatbot/commit/63c15dd386ea99b8fa56f7b6cb1e58e5779b525d))
11+
* Implementation of PWA for much better UI on mobile ([#252](https://github.com/cgoinglove/better-chatbot/issues/252)) ([51e6eab](https://github.com/cgoinglove/better-chatbot/commit/51e6eabcc34e1238a7536b5fffa433ba4ae4827a))
12+
* tsconfig.tsbuildinfo 디렉토리를 기본 정리 목록에 추가 ([62ab4d8](https://github.com/cgoinglove/better-chatbot/commit/62ab4d8d5df2e8047756d746c9d8e2b1ff8c09c4))
13+
* **voice-chat:** binding agent tools ([#275](https://github.com/cgoinglove/better-chatbot/issues/275)) ([ed45e82](https://github.com/cgoinglove/better-chatbot/commit/ed45e822eb36447f2a02ef3aa69eeec88009e357))
14+
15+
16+
### Bug Fixes
17+
18+
* .next 디렉토리 정리 명령어 제거 ([3387ed5](https://github.com/cgoinglove/better-chatbot/commit/3387ed51cf24b125a9039147bf14d513d0e9c2bc))
19+
* Add .next cleanup to postinstall and fix db-migrate exit handling ([#272](https://github.com/cgoinglove/better-chatbot/issues/272)) ([15ff34d](https://github.com/cgoinglove/better-chatbot/commit/15ff34d6a8a4c2c968ff08f9dcd6d87b7c85f652))
20+
* ensure PKCE works for MCP Server auth ([#256](https://github.com/cgoinglove/better-chatbot/issues/256)) ([09b938f](https://github.com/cgoinglove/better-chatbot/commit/09b938f17ca78993a1c7b84c5a702b95159542b2))
21+
322
## [1.21.0](https://github.com/cgoinglove/better-chatbot/compare/v1.20.2...v1.21.0) (2025-08-24)
423

524

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.21.0",
3+
"version": "1.22.0",
44
"private": true,
55
"author": "cgoinglove",
66
"license": "MIT",
@@ -148,7 +148,10 @@
148148
"vitest": "^3.2.4"
149149
},
150150
"lint-staged": {
151-
"*.{js,json,mjs,ts,yaml,tsx,css}": ["pnpm format", "pnpm lint:fix"]
151+
"*.{js,json,mjs,ts,yaml,tsx,css}": [
152+
"pnpm format",
153+
"pnpm lint:fix"
154+
]
152155
},
153156
"packageManager": "[email protected]",
154157
"engines": {

0 commit comments

Comments
 (0)