Skip to content

Commit 2ac4053

Browse files
committed
chore(release): bump version number to 1.0.6
1 parent bda1724 commit 2ac4053

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="1.0.6"></a>
2+
## [1.0.6](https://github.com/anthonynahas/ngx-material-password-strength/compare/v1.0.5...v1.0.6) (2018-04-22)
3+
4+
5+
### Bug Fixes
6+
7+
* **ngx-material-password-strength:** removed unwanted imports ([d7c2200](https://github.com/anthonynahas/ngx-material-password-strength/commit/d7c2200))
8+
* **project:** removed unwanted components and services ([b1cb12a](https://github.com/anthonynahas/ngx-material-password-strength/commit/b1cb12a))
9+
10+
11+
### Features
12+
13+
* **ngx-material-password-strength:** added onStrengthChanged output ([b0bc979](https://github.com/anthonynahas/ngx-material-password-strength/commit/b0bc979))
14+
15+
16+
117
<a name="1.0.5"></a>
218
## [1.0.5](https://github.com/anthonynahas/ngx-material-password-strength/compare/v1.0.4...v1.0.5) (2018-04-18)
319

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

0 commit comments

Comments
 (0)