diff --git a/CHANGELOG.md b/CHANGELOG.md index 83d073c..b387c4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# [v2.8.0](https://github.com/haliphax/drop-game/compare/v2.7.1...v2.8.0) (2023-12-01) + +## ✨ New Features +- [`39861ba`](https://github.com/haliphax/drop-game/commit/39861ba) droplets when landing on pad + # [v2.7.1](https://github.com/haliphax/drop-game/compare/v2.7.0...v2.7.1) (2023-12-01) ## 🐛 Bug Fixes diff --git a/package-lock.json b/package-lock.json index fa962d1..52c5d58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "drop-game", - "version": "2.7.1", + "version": "2.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "drop-game", - "version": "2.7.1", + "version": "2.8.0", "dependencies": { "tmi.js": "^1.8.5", "webfontloader": "^1.6.28" diff --git a/package.json b/package.json index 4435097..6d14162 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.7.1", + "version": "2.8.0", "dependencies": { "tmi.js": "^1.8.5", "webfontloader": "^1.6.28"