Skip to content

Commit 8736491

Browse files
Version bump
1 parent 037a2bf commit 8736491

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,9 @@
2020

2121
- Bugfix: themes with caps don't uninstall - fixed
2222
- Rewrite: InstalledThemes and InstalledPlugins are now in Astro instead of Svelte
23+
24+
# 9.0.4
25+
26+
- General Bugfixes
27+
- Removes Svelte except for 2 componenents
28+
- Scramjet :rocket:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nebula",
33
"type": "module",
4-
"version": "9.0.3",
4+
"version": "9.0.4",
55
"private": true,
66
"scripts": {
77
"dev": "astro dev --host 0.0.0.0 & tsx --watch server/server.ts",

0 commit comments

Comments
 (0)