Skip to content

Commit

Permalink
chore(release): v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Mar 10, 2023
1 parent 11cb1be commit 7d8a4cf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
17 changes: 11 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,34 @@
## [0.8.1](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/compare/v0.8.0...v0.8.1) (2023-03-10)
## [0.8.2](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/compare/v0.8.1...v0.8.2) (2023-03-10)


### Bug Fixes

* missing one = (program cannot run) ([bac5fbd](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/commit/bac5fbdf3125876a257e735533a43ccd51a148c4))
* make music volume softer ([11cb1be](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/commit/11cb1be0ac3058cfa39964bb2fb4cda3711997ac)), closes [#26](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/issues/26)



# [0.8.0](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/compare/v0.7.2...v0.8.0) (2023-03-10)
## [0.8.1](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/compare/v0.8.0...v0.8.1) (2023-03-10)


### Features
### Bug Fixes

* check if modules are installed, if not, install the modules. ([2043384](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/commit/204338490c9fbaa4d6996319f765696f1c7b0391))
* missing one = (program cannot run) ([bac5fbd](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/commit/bac5fbdf3125876a257e735533a43ccd51a148c4))



## [0.7.2](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/compare/v0.7.1...v0.7.2) (2023-03-10)
# [0.8.0](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/compare/v0.7.1...v0.8.0) (2023-03-10)


### Bug Fixes

* game ended without printing reason why. ([4a4b001](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/commit/4a4b001e53abaaef509a9020304dde198ddd3931)), closes [#22](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/issues/22)


### Features

* check if modules are installed, if not, install the modules. ([2043384](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/commit/204338490c9fbaa4d6996319f765696f1c7b0391))



## [0.7.1](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/compare/v0.7.0...v0.7.1) (2023-03-10)

Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,3 +1,3 @@
{
"version": "0.8.1"
"version": "0.8.2"
}

0 comments on commit 7d8a4cf

Please sign in to comment.