Skip to content

Commit

Permalink
🔖 chore(release): v1.100.0 [skip ci]
Browse files Browse the repository at this point in the history
## [Version 1.100.0](v1.99.0...v1.100.0)
<sup>Released on **2025-02-16**</sup>

#### ✨ Features

- **misc**: Add Azure AI as new Provider.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's improved

* **misc**: Add Azure AI as new Provider, closes [lobehub#6214](https://github.com/bentwnghk/lobe-chat/issues/6214) ([30e010f](30e010f))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
  • Loading branch information
semantic-release-bot committed Feb 16, 2025
1 parent 086818e commit 2894b8a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

# Changelog

## [Version 1.100.0](https://github.com/bentwnghk/lobe-chat/compare/v1.99.0...v1.100.0)

<sup>Released on **2025-02-16**</sup>

#### ✨ Features

- **misc**: Add Azure AI as new Provider.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's improved

- **misc**: Add Azure AI as new Provider, closes [#6214](https://github.com/bentwnghk/lobe-chat/issues/6214) ([30e010f](https://github.com/bentwnghk/lobe-chat/commit/30e010f))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>

## [Version 1.99.0](https://github.com/bentwnghk/lobe-chat/compare/v1.98.0...v1.99.0)

<sup>Released on **2025-02-16**</sup>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bentwnghk/chat",
"version": "1.99.0",
"version": "1.100.0",
"description": "Mr.🆖 AI - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system.",
"keywords": [
"framework",
Expand Down Expand Up @@ -109,10 +109,10 @@
"@aws-sdk/client-bedrock-runtime": "^3.723.0",
"@aws-sdk/client-s3": "^3.723.0",
"@aws-sdk/s3-request-presigner": "^3.723.0",
"@bentwnghk/icons": "latest",
"@bentwnghk/ui": "latest",
"@azure-rest/ai-inference": "1.0.0-beta.5",
"@azure/core-auth": "^1.9.0",
"@bentwnghk/icons": "latest",
"@bentwnghk/ui": "latest",
"@cfworker/json-schema": "^4.1.0",
"@clerk/localizations": "^3.9.6",
"@clerk/nextjs": "^6.10.6",
Expand Down

0 comments on commit 2894b8a

Please sign in to comment.