Skip to content

Commit d576827

Browse files
committed
chore(release): bump version number to 3.0.0
1 parent fa7c957 commit d576827

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

CHANGELOG.md

+13-7
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,32 @@
1+
<a name="3.0.0"></a>
2+
# [3.0.0](https://github.com/angular-material-extensions/faq/compare/v2.0.1...v3.0.0) (2018-06-11)
3+
4+
5+
16
<a name="2.0.1"></a>
2-
## [2.0.1](https://github.com/anthonynahas/ngx-material-faq/compare/v2.0.0...v2.0.1) (2018-06-11)
7+
## [2.0.1](https://github.com/angular-material-extensions/faq/compare/v2.0.0...v2.0.1) (2018-06-11)
8+
39

410

511
<a name="2.0.0"></a>
6-
# [2.0.0](https://github.com/anthonynahas/ngx-material-faq/compare/v1.0.0...v2.0.0) (2018-05-15)
12+
# [2.0.0](https://github.com/angular-material-extensions/faq/compare/v1.0.0...v2.0.0) (2018-05-15)
713

814

915
### Features
1016

11-
* **ngx-material-faq:** support angular v6 | material v6 and rxjs v6 ([c7ce34f](https://github.com/anthonynahas/ngx-material-faq/commit/c7ce34f))
17+
* **ngx-material-faq:** support angular v6 | material v6 and rxjs v6 ([c7ce34f](https://github.com/angular-material-extensions/faq/commit/c7ce34f))
1218

1319

1420

1521
<a name="1.0.0"></a>
16-
# [1.0.0](https://github.com/anthonynahas/ngx-material-faq/compare/1b919a8...v1.0.0) (2018-04-26)
22+
# [1.0.0](https://github.com/angular-material-extensions/faq/compare/1b919a8...v1.0.0) (2018-04-26)
1723

1824

1925
### Features
2026

21-
* **ngx-material-faq:** added the library source code ([5277ad7](https://github.com/anthonynahas/ngx-material-faq/commit/5277ad7))
22-
* **ngx-material-faq:** initial commit ([1b919a8](https://github.com/anthonynahas/ngx-material-faq/commit/1b919a8))
23-
* **project:** added circleci configuration ([c61d06f](https://github.com/anthonynahas/ngx-material-faq/commit/c61d06f))
27+
* **ngx-material-faq:** added the library source code ([5277ad7](https://github.com/angular-material-extensions/faq/commit/5277ad7))
28+
* **ngx-material-faq:** initial commit ([1b919a8](https://github.com/angular-material-extensions/faq/commit/1b919a8))
29+
* **project:** added circleci configuration ([c61d06f](https://github.com/angular-material-extensions/faq/commit/c61d06f))
2430

2531

2632

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@angular-material-extensions/faq",
33
"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",
4-
"version": "2.0.1",
4+
"version": "3.0.0",
55
"homepage": "https://github.com/angular-material-extensions/faq",
66
"author": {
77
"name": "anthonynahas",

0 commit comments

Comments
 (0)