Skip to content

Commit f6eb163

Browse files
committed
chore(release): bump version number to 3.3.0
1 parent fa6e4ed commit f6eb163

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

CHANGELOG.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
<a name="3.2.0"></a>
1+
# [3.3.0](https://github.com/angular-material-extensions/password-strength/compare/v3.2.0...v3.3.0) (2018-11-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **demo:** added changeDetectionStrategy.OnPush for the target component [#104](https://github.com/angular-material-extensions/password-strength/issues/104) ([e3486bc](https://github.com/angular-material-extensions/password-strength/commit/e3486bc))
7+
8+
9+
### Features
10+
11+
* **package:** changed the change detection's strategy to onPush ([2bc84d1](https://github.com/angular-material-extensions/password-strength/commit/2bc84d1))
12+
* **package:** support of angular v7 ([44e7998](https://github.com/angular-material-extensions/password-strength/commit/44e7998))
13+
14+
15+
216
# [3.2.0](https://github.com/angular-material-extensions/password-strength/compare/v3.1.0...v3.2.0) (2018-09-25)
317

418

@@ -8,7 +22,6 @@
822

923

1024

11-
<a name="3.1.0"></a>
1225
# [3.1.0](https://github.com/angular-material-extensions/password-strength/compare/v3.0.0...v3.1.0) (2018-08-13)
1326

1427

@@ -30,12 +43,10 @@
3043

3144

3245

33-
<a name="3.0.0"></a>
3446
# [3.0.0](https://github.com/angular-material-extensions/password-strength/compare/v2.1.1...v3.0.0) (2018-06-18)
3547

3648

3749

38-
<a name="2.1.1"></a>
3950
## [2.1.1](https://github.com/angular-material-extensions/password-strength/compare/v2.1.0...v2.1.1) (2018-06-16)
4051

4152

@@ -46,7 +57,6 @@
4657

4758

4859

49-
<a name="2.1.0"></a>
5060
# [2.1.0](https://github.com/angular-material-extensions/password-strength/compare/v2.0.0...v2.1.0) (2018-05-28)
5161

5262

@@ -66,17 +76,14 @@
6676

6777

6878

69-
<a name="2.0.0"></a>
7079
# [2.0.0](https://github.com/angular-material-extensions/password-strength/compare/v1.0.7...v2.0.0) (2018-05-14)
7180

7281

7382

74-
<a name="1.0.7"></a>
7583
## [1.0.7](https://github.com/angular-material-extensions/password-strength/compare/v1.0.6...v1.0.7) (2018-05-10)
7684

7785

7886

79-
<a name="1.0.6"></a>
8087
## [1.0.6](https://github.com/angular-material-extensions/password-strength/compare/v1.0.5...v1.0.6) (2018-04-22)
8188

8289

@@ -92,12 +99,10 @@
9299

93100

94101

95-
<a name="1.0.5"></a>
96102
## [1.0.5](https://github.com/angular-material-extensions/password-strength/compare/v1.0.4...v1.0.5) (2018-04-18)
97103

98104

99105

100-
<a name="1.0.4"></a>
101106
## [1.0.4](https://github.com/angular-material-extensions/password-strength/compare/v1.0.2...v1.0.4) (2018-04-15)
102107

103108

@@ -107,7 +112,6 @@
107112

108113

109114

110-
<a name="1.0.2"></a>
111115
## [1.0.2](https://github.com/angular-material-extensions/password-strength/compare/v1.0.1...v1.0.2) (2018-04-14)
112116

113117

@@ -118,7 +122,6 @@
118122

119123

120124

121-
<a name="1.0.1"></a>
122125
## [1.0.1](https://github.com/angular-material-extensions/password-strength/compare/v1.0.0...v1.0.1) (2018-04-13)
123126

124127

@@ -134,7 +137,6 @@
134137

135138

136139

137-
<a name="1.0.0"></a>
138140
# [1.0.0](https://github.com/angular-material-extensions/password-strength/compare/b3ef465...v1.0.0) (2018-04-12)
139141

140142

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

0 commit comments

Comments
 (0)