Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.74"
".": "0.1.75"
}
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [0.1.75](https://github.com/Buu-AI/buu-fun/compare/buu-fun-v0.1.74...buu-fun-v0.1.75) (2026-01-09)


### ✨ Features

* added game ready disabled features to be muted ([5596270](https://github.com/Buu-AI/buu-fun/commit/5596270c406241839400562c62ebfa7b891d2bf1))
* added game ready disabled features to be muted ([d09c102](https://github.com/Buu-AI/buu-fun/commit/d09c102a270947bbaa176c22270db891a0588229))
* added game ready disabled features to be muted ([1d33830](https://github.com/Buu-AI/buu-fun/commit/1d33830169b3d05f18a06b5b0a3f6277422bca73))
* added game ready disabled features to be muted ([bbc0664](https://github.com/Buu-AI/buu-fun/commit/bbc0664f29413769cd7eefe46c58e94f68976eae))
* added gameReady option and new functionality ([26b087e](https://github.com/Buu-AI/buu-fun/commit/26b087ed6d12701768e0c5a1786306819af03065))
* added gameReady option and new functionality ([e65c045](https://github.com/Buu-AI/buu-fun/commit/e65c045bc5ecc8a910e1d8c7ff4333e4abdecca0))
* added gameReady option and new functionality ([64f80d2](https://github.com/Buu-AI/buu-fun/commit/64f80d240522e23eb3934206bb62b93538cb8093))
* added gameReady option and new functionality ([dcb0a5b](https://github.com/Buu-AI/buu-fun/commit/dcb0a5b11e70b91c037398421d61a61b875bc5ee))
* added new styles selector ([70fe2e0](https://github.com/Buu-AI/buu-fun/commit/70fe2e02178ebfc5041be48f65a9191b41e7046b))
* added new styles selector ([95b495b](https://github.com/Buu-AI/buu-fun/commit/95b495b49b584b36b62d631b72a532b03229e68d))
* added new styles selector ([00d7c3f](https://github.com/Buu-AI/buu-fun/commit/00d7c3fa6b17a96be055ea97ecbb50f2e273a1bb))
* added new styles selector ([f8611a6](https://github.com/Buu-AI/buu-fun/commit/f8611a61a9b451e23d5eb67c0a182b996806bb2d))
* removed image uploads on gameReady ([98a62f9](https://github.com/Buu-AI/buu-fun/commit/98a62f95e1fbb3b71717d5eb5e8cdda86bf4d337))
* removed image uploads on gameReady ([f6c6f9d](https://github.com/Buu-AI/buu-fun/commit/f6c6f9df89936a6d43ab8a2fd7a78feb510d0d06))
* removed image uploads on gameReady ([0e8d633](https://github.com/Buu-AI/buu-fun/commit/0e8d633aebed7ca3f9d81b5e511479d067e36ace))


### πŸ› Bugfixes

* fixed settings unused var ([8b55e41](https://github.com/Buu-AI/buu-fun/commit/8b55e4170a826cb176478d78baede43b97aa61f2))
* removed account linking ([2b0af8b](https://github.com/Buu-AI/buu-fun/commit/2b0af8b6f50f7b6fcbcd82acc97f21ba3ed10fb2))
* removed account linking ([6712777](https://github.com/Buu-AI/buu-fun/commit/671277736a0e01748a73a43297062d9dc68949bc))
* updated nextjs react vulnerability ([9363a36](https://github.com/Buu-AI/buu-fun/commit/9363a36429aff9ef46195342b8f99361aee10573))

## [0.1.74](https://github.com/Buu-AI/buu-fun/compare/buu-fun-v0.1.73...buu-fun-v0.1.74) (2025-11-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "buu-fun",
"version": "0.1.74",
"version": "0.1.75",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down