Skip to content

Commit 9d4153d

Browse files
committed
chore(release): bump version number to 3.5.2
1 parent a1372ff commit 9d4153d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [3.5.2](https://github.com/angular-material-extensions/password-strength/compare/v3.5.1...v3.5.2) (2019-03-19)
2+
3+
4+
### Bug Fixes
5+
6+
* **demo:** updated angular and material ([5fa3b78](https://github.com/angular-material-extensions/password-strength/commit/5fa3b78))
7+
* **demo:** updated angular to v7.2.9 ([5fa9df9](https://github.com/angular-material-extensions/password-strength/commit/5fa9df9))
8+
* **demo:** updated types node ([925e2ef](https://github.com/angular-material-extensions/password-strength/commit/925e2ef))
9+
* **demo:** updated typescript to v3.2.4 ([57e5cb2](https://github.com/angular-material-extensions/password-strength/commit/57e5cb2))
10+
* **package:** bump the lib version in schematics ([a1372ff](https://github.com/angular-material-extensions/password-strength/commit/a1372ff))
11+
* **package:** calculate the password strength on init if the password value is provided [#149](https://github.com/angular-material-extensions/password-strength/issues/149) ([644ee12](https://github.com/angular-material-extensions/password-strength/commit/644ee12))
12+
* **package:** updated angular flex layout ([e84ec60](https://github.com/angular-material-extensions/password-strength/commit/e84ec60))
13+
* **package:** updated angular material and cdk to v7.3.5 ([899f4e7](https://github.com/angular-material-extensions/password-strength/commit/899f4e7))
14+
* **package:** updated angular to v7.2.9 ([310aff6](https://github.com/angular-material-extensions/password-strength/commit/310aff6))
15+
* **package:** updated types node ([b86f04d](https://github.com/angular-material-extensions/password-strength/commit/b86f04d))
16+
17+
18+
119
## [3.5.1](https://github.com/angular-material-extensions/password-strength/compare/v3.5.0...v3.5.1) (2019-03-12)
220

321

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.5.1",
4+
"version": "3.5.2",
55
"homepage": "https://github.com/angular-material-extensions/password-strength",
66
"author": {
77
"name": "anthonynahas",

0 commit comments

Comments
 (0)