Skip to content

Commit

Permalink
🔖 chore(release): v0.133.4 [skip ci]
Browse files Browse the repository at this point in the history
### [Version 0.133.4](lobehub/lobe-chat@v0.133.3...v0.133.4)
<sup>Released on **2024-03-11**</sup>

#### 🐛 Bug Fixes

- **misc**: Fix sitemap missing in docker building.

<br/>

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

#### What's fixed

* **misc**: Fix sitemap missing in docker building, closes [lobehub#1533](lobehub#1533) ([49752da](lobehub@49752da))

</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 Mar 11, 2024
1 parent 49752da commit a4023b7
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 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 0.133.4](https://github.com/lobehub/lobe-chat/compare/v0.133.3...v0.133.4)

<sup>Released on **2024-03-11**</sup>

#### 🐛 Bug Fixes

- **misc**: Fix sitemap missing in docker building.

<br/>

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

#### What's fixed

- **misc**: Fix sitemap missing in docker building, closes [#1533](https://github.com/lobehub/lobe-chat/issues/1533) ([49752da](https://github.com/lobehub/lobe-chat/commit/49752da))

</details>

<div align="right">

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

</div>

### [Version 0.133.3](https://github.com/lobehub/lobe-chat/compare/v0.133.2...v0.133.3)

<sup>Released on **2024-03-10**</sup>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lobehub/chat",
"version": "0.133.3",
"version": "0.133.4",
"description": "Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.",
"keywords": [
"framework",
Expand Down Expand Up @@ -28,9 +28,9 @@
"scripts": {
"build": "next build",
"postbuild": "npm run build-sitemap",
"build-sitemap": "next-sitemap --config next-sitemap.config.mjs",
"build:analyze": "ANALYZE=true next build",
"build:docker": "DOCKER=true next build && npm run build-sitemap",
"build-sitemap": "next-sitemap --config next-sitemap.config.mjs",
"dev": "next dev -p 3010",
"docs": "lobe-i18n md && npm run workflow:docs",
"i18n": "npm run workflow:i18n && lobe-i18n",
Expand Down

0 comments on commit a4023b7

Please sign in to comment.