Skip to content

Commit

Permalink
🔖 release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Oct 30, 2023
1 parent 8355200 commit 2fb2f8c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# [v2.5.0](https://github.com/haliphax/drop-game/compare/v2.4.1...v2.5.0) (2023-10-30)

## ✨ New Features
- [`f27c8c5`](https://github.com/haliphax/drop-game/commit/f27c8c5) "bounce" off world boundary walls

# [v2.4.1](https://github.com/haliphax/drop-game/compare/v2.4.0...v2.4.1) (2023-10-04)

## 🐛 Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"build": "vite build src --sourcemap --emptyOutDir --outDir ../dist",
"start": "tsx src/server.ts"
},
"version": "2.4.1",
"version": "2.5.0",
"dependencies": {
"tmi.js": "^1.8.5",
"webfontloader": "^1.6.28"
Expand Down

0 comments on commit 2fb2f8c

Please sign in to comment.