Skip to content

Commit c538d04

Browse files
committed
chore(release): bump version number to 2.1.0
1 parent f68f980 commit c538d04

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
<a name="2.1.0"></a>
2+
# [2.1.0](https://github.com/anthonynahas/ngx-material-password-strength/compare/v2.0.0...v2.1.0) (2018-05-28)
3+
4+
5+
### Bug Fixes
6+
7+
* **package:** update [@angular](https://github.com/angular)/cdk to version 6.0.2 ([be249e6](https://github.com/anthonynahas/ngx-material-password-strength/commit/be249e6))
8+
* **package:** update [@angular](https://github.com/angular)/cdk to version 6.1.0 ([7675800](https://github.com/anthonynahas/ngx-material-password-strength/commit/7675800))
9+
* **package:** update [@angular](https://github.com/angular)/material to version 6.0.2 ([e34f93d](https://github.com/anthonynahas/ngx-material-password-strength/commit/e34f93d))
10+
* **package:** update [@angular](https://github.com/angular)/material to version 6.1.0 ([b55cbe0](https://github.com/anthonynahas/ngx-material-password-strength/commit/b55cbe0))
11+
12+
13+
### Features
14+
15+
* **package:** added flexlayout pattern to ngx-material-password-strength-info's component ([1ac8e9f](https://github.com/anthonynahas/ngx-material-password-strength/commit/1ac8e9f))
16+
* **package:** added new component: ngx-material-password-strength-info ([f5ae1de](https://github.com/anthonynahas/ngx-material-password-strength/commit/f5ae1de))
17+
* **password:** added password form control and the appropriate validators ([cd5cb1f](https://github.com/anthonynahas/ngx-material-password-strength/commit/cd5cb1f))
18+
19+
20+
121
<a name="2.0.0"></a>
222
# [2.0.0](https://github.com/anthonynahas/ngx-material-password-strength/compare/v1.0.7...v2.0.0) (2018-05-14)
323

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ngx-material-password-strength",
33
"description": "Material password strength meter to indicate how secure is the provided password",
4-
"version": "2.0.0",
4+
"version": "2.1.0",
55
"homepage": "https://github.com/anthonynahas/ngx-material-password-strength",
66
"author": {
77
"name": "anthonynahas",

0 commit comments

Comments
 (0)