Skip to content

Commit 6340125

Browse files
committed
chore(release): bump version number to 3.6.0
1 parent d32a5c6 commit 6340125

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [3.6.0](https://github.com/angular-material-extensions/password-strength/compare/v3.5.3...v3.6.0) (2019-03-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **demo:** integration of @angular-material-extensions/pages in the getting started component ([0245fda](https://github.com/angular-material-extensions/password-strength/commit/0245fda))
7+
* **demo:** integration of the toggle visibility in the examples module [#153](https://github.com/angular-material-extensions/password-strength/issues/153) ([ea62081](https://github.com/angular-material-extensions/password-strength/commit/ea62081))
8+
* **demo:** integration of the toggle visibility in the home module [#153](https://github.com/angular-material-extensions/password-strength/issues/153) ([629b19b](https://github.com/angular-material-extensions/password-strength/commit/629b19b))
9+
* **package:** pick always the latest version of the library as default value in schematics ([d32a5c6](https://github.com/angular-material-extensions/password-strength/commit/d32a5c6))
10+
* **package:** updated rollup ([17d98ea](https://github.com/angular-material-extensions/password-strength/commit/17d98ea))
11+
12+
13+
### Features
14+
15+
* **package:** added `mat-pass-toggle-visibility` component [#153](https://github.com/angular-material-extensions/password-strength/issues/153) ([f966b1c](https://github.com/angular-material-extensions/password-strength/commit/f966b1c))
16+
* **package:** make the toggle optional (input - isVisible) [#153](https://github.com/angular-material-extensions/password-strength/issues/153) ([be0fcd3](https://github.com/angular-material-extensions/password-strength/commit/be0fcd3))
17+
18+
19+
120
## [3.5.3](https://github.com/angular-material-extensions/password-strength/compare/v3.5.2...v3.5.3) (2019-03-22)
221

322

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

0 commit comments

Comments
 (0)