Bump version to 9.0.1
This commit is contained in:
parent
d662a38ac7
commit
0c2011f070
3 changed files with 7 additions and 1 deletions
|
|
@ -14,3 +14,4 @@ biome.json
|
||||||
docker-compose.yml
|
docker-compose.yml
|
||||||
Dockerfile
|
Dockerfile
|
||||||
README.md
|
README.md
|
||||||
|
db/
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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\"",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue