From 90222c7f75983edfd5d74c383df48cc3e374377b Mon Sep 17 00:00:00 2001 From: Marcio Sena Date: Fri, 30 Nov 2018 11:34:29 -0200 Subject: [PATCH] v0.2.2 --- CHANGELOG.md | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b25d316..e2aa608 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ -## 0.2.1 (2018-11-30) +## [0.2.2](https://github.com/marciovsena/bibleapi/compare/0.2.0...0.2.2) (2018-11-30) + +### Bug Fixes + +- remove unused nodemon ([4b1ca0e](https://github.com/marciovsena/bibleapi/commit/4b1ca0e)) + +### Features + +- posting new homepage ([acb2332](https://github.com/marciovsena/bibleapi/commit/acb2332)) + +# 0.2.1 (2018-11-30) ### Bug Fixes @@ -6,9 +16,13 @@ - change the sample user ([256be0d](https://github.com/marciovsena/bibleapi/commit/256be0d)) - circle ci ([#1](https://github.com/marciovsena/bibleapi/issues/1)) ([b58afe5](https://github.com/marciovsena/bibleapi/commit/b58afe5)) - move dependencies ([1783b1f](https://github.com/marciovsena/bibleapi/commit/1783b1f)) +- set node version ([3dfb7e0](https://github.com/marciovsena/bibleapi/commit/3dfb7e0)) - set props on package.json ([c6f37ca](https://github.com/marciovsena/bibleapi/commit/c6f37ca)) -### Chore +### Features + +- add patreon button ([#7](https://github.com/marciovsena/bibleapi/issues/7)) ([13f301e](https://github.com/marciovsena/bibleapi/commit/13f301e)) + +# 0.2.0 (2018-11-25) -- add patreon button on README ([c3ff952](https://github.com/marciovsena/bibleapi/commit/c3ff952)) -- add patreon on new homepage ([a9e3ee1](https://github.com/marciovsena/bibleapi/commit/a9e3ee1)) +- Init project