diff --git a/CHANGELOG.md b/CHANGELOG.md index 27a0d35..7122787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.16.0](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/compare/v0.15.0...v0.16.0) (2023-03-20) + + +### Features + +* Refactor Code (make code more concise in some places) ([#59](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/issues/59)) ([f80317a](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/commit/f80317abe42d3afe976204dbb9361c2e74a6e73f)) + + + # [0.15.0](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/compare/v0.14.0...v0.15.0) (2023-03-16) @@ -34,12 +43,3 @@ -# [0.13.0](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/compare/v0.12.0...v0.13.0) (2023-03-13) - - -### Features - -* create game logo ([f593016](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/commit/f59301628feb6e75fafecfb1c2af328637389283)) - - - diff --git a/package-lock.json b/package-lock.json index afe16c0..6242cbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,3 +1,3 @@ { - "version": "0.15.0" + "version": "0.16.0" } \ No newline at end of file diff --git a/package.json b/package.json index afe16c0..6242cbe 100644 --- a/package.json +++ b/package.json @@ -1,3 +1,3 @@ { - "version": "0.15.0" + "version": "0.16.0" } \ No newline at end of file