Skip to content

Commit a0cfad1

Browse files
chore(main): release 1.8.0 (#97)
🤖 I have created a release *beep* *boop* --- ## [1.8.0](v1.7.0...v1.8.0) (2025-06-11) ### Features * add openAI compatible provider support ([#92](#92)) ([6682c9a](6682c9a)) ### Bug Fixes * Enhance component styles and configurations ([a7284f1](a7284f1)) --- 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 6682c9a commit a0cfad1

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [1.8.0](https://github.com/cgoinglove/mcp-client-chatbot/compare/v1.7.0...v1.8.0) (2025-06-11)
4+
5+
6+
### Features
7+
8+
* add openAI compatible provider support ([#92](https://github.com/cgoinglove/mcp-client-chatbot/issues/92)) ([6682c9a](https://github.com/cgoinglove/mcp-client-chatbot/commit/6682c9a320aff9d91912489661d27ae9bb0f4440))
9+
10+
11+
### Bug Fixes
12+
13+
* Enhance component styles and configurations ([a7284f1](https://github.com/cgoinglove/mcp-client-chatbot/commit/a7284f12ca02ee29f7da4d57e4fe6e8c6ecb2dfc))
14+
315
## [1.7.0](https://github.com/cgoinglove/mcp-client-chatbot/compare/v1.6.2...v1.7.0) (2025-06-06)
416

517

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-client-chatbot",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"private": true,
55
"author": "cgoinglove",
66
"license": "MIT",
@@ -129,7 +129,10 @@
129129
"vitest": "^3.1.4"
130130
},
131131
"lint-staged": {
132-
"*.{js,json,mjs,ts,yaml,tsx,css}": ["pnpm format", "pnpm lint:fix"]
132+
"*.{js,json,mjs,ts,yaml,tsx,css}": [
133+
"pnpm format",
134+
"pnpm lint:fix"
135+
]
133136
},
134137
"packageManager": "pnpm@10.2.1",
135138
"engines": {

0 commit comments

Comments
 (0)