Skip to content

Commit

Permalink
chore(release): v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Mar 12, 2023
1 parent 2a127ff commit abef384
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
23 changes: 9 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [0.11.0](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/compare/v0.10.0...v0.11.0) (2023-03-12)


### Features

* add another winning solution/another chapter to the game. ([51c7120](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/commit/51c712089706a3fcd75019d4c656fa7db47e6cc4))



# [0.10.0](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/compare/v0.9.0...v0.10.0) (2023-03-11)


Expand Down Expand Up @@ -34,17 +43,3 @@



# [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))



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.10.0"
"version": "0.11.0"
}

0 comments on commit abef384

Please sign in to comment.