Bump version to 9.0.1
This commit is contained in:
parent
d662a38ac7
commit
501f67b3b9
3 changed files with 7 additions and 1 deletions
|
|
@ -14,3 +14,4 @@ biome.json
|
|||
docker-compose.yml
|
||||
Dockerfile
|
||||
README.md
|
||||
db/
|
||||
|
|
|
|||
|
|
@ -5,3 +5,8 @@
|
|||
- Adds a Marketplace where users can create their own themes & plugins
|
||||
- Switches to Astro for speed
|
||||
- Other general bug fixes
|
||||
|
||||
# v9.0.1
|
||||
|
||||
- Bumps dependencies
|
||||
- Fixes bugs
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "nebula",
|
||||
"type": "module",
|
||||
"version": "9.0.0",
|
||||
"version": "9.0.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "concurrently \"astro dev --host 0.0.0.0\" \"tsx --watch server/server.ts\"",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue