Bump version to 9.0.1

This commit is contained in:
MotorTruck1221 2024-11-06 21:08:45 -07:00
parent d662a38ac7
commit 0c2011f070
No known key found for this signature in database
GPG key ID: 08F417E2B8B61EA4
3 changed files with 7 additions and 1 deletions

View file

@ -14,3 +14,4 @@ biome.json
docker-compose.yml docker-compose.yml
Dockerfile Dockerfile
README.md README.md
db/

View file

@ -5,3 +5,8 @@
- Adds a Marketplace where users can create their own themes & plugins - Adds a Marketplace where users can create their own themes & plugins
- Switches to Astro for speed - Switches to Astro for speed
- Other general bug fixes - Other general bug fixes
# v9.0.1
- Bumps dependencies
- Fixes bugs

View file

@ -1,7 +1,7 @@
{ {
"name": "nebula", "name": "nebula",
"type": "module", "type": "module",
"version": "9.0.0", "version": "9.0.1",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "concurrently \"astro dev --host 0.0.0.0\" \"tsx --watch server/server.ts\"", "dev": "concurrently \"astro dev --host 0.0.0.0\" \"tsx --watch server/server.ts\"",