diff --git a/CHANGELOG.md b/CHANGELOG.md index c6eb022..8495e72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [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)) + + + # [0.9.0](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/compare/v0.8.2...v0.9.0) (2023-03-10) @@ -39,7 +48,3 @@ -## [0.7.1](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/compare/v0.7.0...v0.7.1) (2023-03-10) - - - diff --git a/README.md b/README.md index 2c41e56..f318063 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Before contributing, it is highly recommended to go through the [CONTRIBUTING GU # Music The following songs are licensed under Creative Commons: By Attribution 3.0 License -http://creativecommons.org/licenses/by/3.0 +http://creativecommons.org/licenses/by/3.0. Music promoted by https://www.chosic.com/free-music/all - Fluffing a Duck by Kevin Macleod diff --git a/package-lock.json b/package-lock.json index d9f1c3f..eab3c25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,3 +1,3 @@ { - "version": "0.9.0" + "version": "0.10.0" } \ No newline at end of file diff --git a/package.json b/package.json index d9f1c3f..eab3c25 100644 --- a/package.json +++ b/package.json @@ -1,3 +1,3 @@ { - "version": "0.9.0" + "version": "0.10.0" } \ No newline at end of file