diff --git a/CHANGELOG.md b/CHANGELOG.md index a89f423..ede74db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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)) - - - diff --git a/package-lock.json b/package-lock.json index c7f2f5c..17aba91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,3 +1,3 @@ { - "version": "0.6.1" + "version": "0.7.0" } \ No newline at end of file diff --git a/package.json b/package.json index c7f2f5c..17aba91 100644 --- a/package.json +++ b/package.json @@ -1,3 +1,3 @@ { - "version": "0.6.1" + "version": "0.7.0" } \ No newline at end of file