Merge pull request #10933 from open-webui/dev

0.5.18
This commit is contained in:
Timothy Jaeryang Baek 2025-02-27 12:00:52 -08:00 committed by GitHub
commit 95cadaca72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.5.18] - 2025-02-28
## [0.5.18] - 2025-02-27
### Fixed

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "open-webui",
"version": "0.5.17",
"version": "0.5.18",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "open-webui",
"version": "0.5.17",
"version": "0.5.18",
"dependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-python": "^6.1.6",

View File

@ -1,6 +1,6 @@
{
"name": "open-webui",
"version": "0.5.17",
"version": "0.5.18",
"private": true,
"scripts": {
"dev": "npm run pyodide:fetch && vite dev --host",