Skip to content

Commit

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


### Bug Fixes

* leave one space between question and user input (it was too cluttered). ([ea358ab](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/commit/ea358ab27b044857d99ac2d0c2d6d6a482aa838c))


### Features

* add colour for input text (from user) ([6796e0c](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/commit/6796e0caecd69aaf34363edc15ae4f319f130ad7))



## [0.6.1](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/compare/v0.6.0...v0.6.1) (2023-03-07)


Expand Down Expand Up @@ -34,12 +48,3 @@



# [0.3.0](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/compare/v0.2.1...v0.3.0) (2023-03-04)


### Features

* Small updates and seprate file for Chapters. ([31eae65](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/commit/31eae654862553d0d05ff0fb9baa5644bd59fafd))



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.6.1"
"version": "0.7.0"
}

0 comments on commit 554ce64

Please sign in to comment.