Skip to content

Commit 0c2011f

Browse files
Bump version to 9.0.1
1 parent d662a38 commit 0c2011f

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ biome.json
1414
docker-compose.yml
1515
Dockerfile
1616
README.md
17+
db/

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@
55
- Adds a Marketplace where users can create their own themes & plugins
66
- Switches to Astro for speed
77
- Other general bug fixes
8+
9+
# v9.0.1
10+
11+
- Bumps dependencies
12+
- Fixes bugs

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.0",
4+
"version": "9.0.1",
55
"private": true,
66
"scripts": {
77
"dev": "concurrently \"astro dev --host 0.0.0.0\" \"tsx --watch server/server.ts\"",

0 commit comments

Comments
 (0)