From 47fb761c71df42ead26007cdbcb73a25baa15988 Mon Sep 17 00:00:00 2001 From: MotorTruck1221 Date: Sat, 28 Dec 2024 03:58:15 -0700 Subject: [PATCH] Version bump --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 695326ed..99bda38a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,3 +15,8 @@ - Adds the ability for a custom wisp server back - Increases upload fileSize capacity in hopes that bigger files can now be uploaded + +# 9.0.3 + +- Bugfix: themes with caps don't uninstall - fixed +- Rewrite: InstalledThemes and InstalledPlugins are now in Astro instead of Svelte diff --git a/package.json b/package.json index d89eae41..e5835e11 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nebula", "type": "module", - "version": "9.0.2", + "version": "9.0.3", "private": true, "scripts": { "dev": "astro dev --host 0.0.0.0 & tsx --watch server/server.ts",