diff --git a/CHANGELOG.md b/CHANGELOG.md index 1550517..45dfff7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 2bebc17..2ce0251 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "drop-game", - "version": "2.4.1", + "version": "2.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "drop-game", - "version": "2.4.1", + "version": "2.5.0", "dependencies": { "tmi.js": "^1.8.5", "webfontloader": "^1.6.28" diff --git a/package.json b/package.json index 187763d..db02cc4 100644 --- a/package.json +++ b/package.json @@ -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"