diff --git a/CHANGELOG.md b/CHANGELOG.md index dc8bdb4..6081573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.14.0](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/compare/v0.13.2...v0.14.0) (2023-03-14) + + +### Features + +* add new chapter small grammar and color change([#47](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/issues/47)) ([7abb341](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/commit/7abb341a39b5117d5c0dddd49b9286379ba2c333)) + + + ## [0.13.2](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/compare/v0.13.1...v0.13.2) (2023-03-14) @@ -34,12 +43,3 @@ -## [0.11.3](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/compare/v0.11.2...v0.11.3) (2023-03-12) - - -### Bug Fixes - -* slight grammer - missing "to" ([2c8bc5e](https://github.com/KendallDoesCoding/Choose-Your-Own-Adventure-Game/commit/2c8bc5efec9e846e12df0eacc7e3460ee0744451)) - - - diff --git a/package-lock.json b/package-lock.json index 084c13e..b15e340 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,3 +1,3 @@ { - "version": "0.13.2" -} + "version": "0.14.0" +} \ No newline at end of file diff --git a/package.json b/package.json index 689cf73..b15e340 100644 --- a/package.json +++ b/package.json @@ -1,3 +1,3 @@ { - "version": "0.13.2" + "version": "0.14.0" } \ No newline at end of file