From d576827d893aad624e0088c8ec9959bb0cc5a641 Mon Sep 17 00:00:00 2001 From: Anthony Nahas Date: Tue, 12 Jun 2018 00:03:48 +0200 Subject: [PATCH] chore(release): bump version number to 3.0.0 --- CHANGELOG.md | 20 +++++++++++++------- package.json | 2 +- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f00096f..86a3a92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,26 +1,32 @@ + +# [3.0.0](https://github.com/angular-material-extensions/faq/compare/v2.0.1...v3.0.0) (2018-06-11) + + + -## [2.0.1](https://github.com/anthonynahas/ngx-material-faq/compare/v2.0.0...v2.0.1) (2018-06-11) +## [2.0.1](https://github.com/angular-material-extensions/faq/compare/v2.0.0...v2.0.1) (2018-06-11) + -# [2.0.0](https://github.com/anthonynahas/ngx-material-faq/compare/v1.0.0...v2.0.0) (2018-05-15) +# [2.0.0](https://github.com/angular-material-extensions/faq/compare/v1.0.0...v2.0.0) (2018-05-15) ### Features -* **ngx-material-faq:** support angular v6 | material v6 and rxjs v6 ([c7ce34f](https://github.com/anthonynahas/ngx-material-faq/commit/c7ce34f)) +* **ngx-material-faq:** support angular v6 | material v6 and rxjs v6 ([c7ce34f](https://github.com/angular-material-extensions/faq/commit/c7ce34f)) -# [1.0.0](https://github.com/anthonynahas/ngx-material-faq/compare/1b919a8...v1.0.0) (2018-04-26) +# [1.0.0](https://github.com/angular-material-extensions/faq/compare/1b919a8...v1.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)) +* **ngx-material-faq:** added the library source code ([5277ad7](https://github.com/angular-material-extensions/faq/commit/5277ad7)) +* **ngx-material-faq:** initial commit ([1b919a8](https://github.com/angular-material-extensions/faq/commit/1b919a8)) +* **project:** added circleci configuration ([c61d06f](https://github.com/angular-material-extensions/faq/commit/c61d06f)) diff --git a/package.json b/package.json index 33ffbee..70911e4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@angular-material-extensions/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": "2.0.1", + "version": "3.0.0", "homepage": "https://github.com/angular-material-extensions/faq", "author": { "name": "anthonynahas",