Skip to content

Commit b4ad078

Browse files
🔖 release 2.9.0
1 parent 6d4f635 commit b4ad078

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# [v2.9.0](https://github.com/haliphax/drop-game/compare/v2.8.0...v2.9.0) (2023-12-08)
2+
3+
## ✨ New Features
4+
- [`6d4f635`](https://github.com/haliphax/drop-game/commit/6d4f635) use viewport dimensions for scene size
5+
16
# [v2.8.0](https://github.com/haliphax/drop-game/compare/v2.7.1...v2.8.0) (2023-12-01)
27

38
## ✨ New Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"build": "vite build src --sourcemap --emptyOutDir --outDir ../dist",
4545
"start": "tsx src/server.ts"
4646
},
47-
"version": "2.8.0",
47+
"version": "2.9.0",
4848
"dependencies": {
4949
"tmi.js": "^1.8.5",
5050
"webfontloader": "^1.6.28"

0 commit comments

Comments
 (0)