diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..9cf8938 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ + +# 1.0.0 (2018-04-26) + + +### Features + +* **ngx-material-faq:** added the library source code ([5277ad7](https://github.com/anthonynahas/ngx-material-faq/commit/5277ad7)) +* **ngx-material-faq:** initial commit ([1b919a8](https://github.com/anthonynahas/ngx-material-faq/commit/1b919a8)) +* **project:** added circleci configuration ([c61d06f](https://github.com/anthonynahas/ngx-material-faq/commit/c61d06f)) + + + diff --git a/package.json b/package.json index 01a3b5e..631cc38 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ngx-material-faq", "description": "Angular Library built with material design in order to provide a reusable faq (frequently asked questions) component for every project. Ask, Answer and List", - "version": "0.0.1", + "version": "1.0.0", "homepage": "https://github.com/anthonynahas/ngx-material-faq", "author": { "name": "anthonynahas",