@@ -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
@@ -1,12 +1,12 @@
{
"name": "open-webui",
- "version": "0.5.17",
+ "version": "0.5.18",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-python": "^6.1.6",
@@ -1,6 +1,6 @@
"private": true,
"scripts": {
"dev": "npm run pyodide:fetch && vite dev --host",