Skip to content

Commit

Permalink
Bump version to 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed Nov 7, 2024
1 parent d662a38 commit 0c2011f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ biome.json
docker-compose.yml
Dockerfile
README.md
db/
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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\"",
Expand Down

0 comments on commit 0c2011f

Please sign in to comment.