diff --git a/CHANGELOG.md b/CHANGELOG.md index 219edba..598f423 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.12.0](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/compare/v0.11.3...v0.12.0) (2023-03-12) + + +### Features + +* loop music if song/music over and game is still going on (bc99db084ce4e10c3e148bc39a02a79e8f590b85) ([0d67e43](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/commit/0d67e434af96e58f8624cb892e822f357de99150)) + + + ## [0.11.3](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/compare/v0.11.2...v0.11.3) (2023-03-12) @@ -35,12 +44,3 @@ -# [0.10.0](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/compare/v0.9.0...v0.10.0) (2023-03-11) - - -### Features - -* add more music and make it so that a random song plays everytime. ([f49a93c](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/commit/f49a93cdd27c17560ff20c672a063022f5c7e855)) - - - diff --git a/package-lock.json b/package-lock.json index de9c0a8..239eb2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,3 +1,3 @@ { - "version": "0.11.3" + "version": "0.12.0" } \ No newline at end of file diff --git a/package.json b/package.json index de9c0a8..239eb2a 100644 --- a/package.json +++ b/package.json @@ -1,3 +1,3 @@ { - "version": "0.11.3" + "version": "0.12.0" } \ No newline at end of file