Skip to content

Commit 908d060

Browse files
committed
chore(release): bump version number to 3.1.0
1 parent be33726 commit 908d060

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
<a name="3.1.0"></a>
2+
# [3.1.0](https://github.com/angular-material-extensions/password-strength/compare/v3.0.0...v3.1.0) (2018-08-13)
3+
4+
5+
### Bug Fixes
6+
7+
* **package:** add validators in runtime instead to create new formController ([6a9650b](https://github.com/angular-material-extensions/password-strength/commit/6a9650b))
8+
* **package:** add validators in runtime instead to create new formController ([2457a1b](https://github.com/angular-material-extensions/password-strength/commit/2457a1b))
9+
* **package:** fixed the calculation of the strength (unit transform) ([798ced0](https://github.com/angular-material-extensions/password-strength/commit/798ced0))
10+
11+
12+
### Features
13+
14+
* **demo:** add ngx-markdown for code examples ([1e38cea](https://github.com/angular-material-extensions/password-strength/commit/1e38cea))
15+
* **demo:** added examples module to explore the library ([3a86a5a](https://github.com/angular-material-extensions/password-strength/commit/3a86a5a))
16+
* **package:** added new optional input args for the component [#68](https://github.com/angular-material-extensions/password-strength/issues/68) ([b70cb74](https://github.com/angular-material-extensions/password-strength/commit/b70cb74))
17+
* **package:** only show the enabled rules in the info component [#68](https://github.com/angular-material-extensions/password-strength/issues/68) ([4b82c63](https://github.com/angular-material-extensions/password-strength/commit/4b82c63))
18+
* **package:** optional input to hide the password score in the info component [#68](https://github.com/angular-material-extensions/password-strength/issues/68) ([eac59c6](https://github.com/angular-material-extensions/password-strength/commit/eac59c6))
19+
* **pwa:** added manifest.json file to the demo app ([0e77f7e](https://github.com/angular-material-extensions/password-strength/commit/0e77f7e))
20+
21+
22+
123
<a name="3.0.0"></a>
224
# [3.0.0](https://github.com/angular-material-extensions/password-strength/compare/v2.1.1...v3.0.0) (2018-06-18)
325

package.json

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

0 commit comments

Comments
 (0)