Skip to content

Commit 568562a

Browse files
committed
chore(release): bump version number to 3.5.0
1 parent d93e3e3 commit 568562a

File tree

2 files changed

+27
-7
lines changed

2 files changed

+27
-7
lines changed

CHANGELOG.md

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [3.5.0](https://github.com/angular-material-extensions/password-strength/compare/v3.4.1...v3.5.0) (2019-03-09)
2+
3+
4+
### Bug Fixes
5+
6+
* **demo:** updated bootstrap ([efa18b5](https://github.com/angular-material-extensions/password-strength/commit/efa18b5))
7+
* **demo:** updated bootstrap, highlightjs, ngx-markdown and angular material ([055d64d](https://github.com/angular-material-extensions/password-strength/commit/055d64d))
8+
* **demo:** upgraded angular to v7.3.1 ([13d5b04](https://github.com/angular-material-extensions/password-strength/commit/13d5b04))
9+
* **package:** updated dependencies ([c4c7cfc](https://github.com/angular-material-extensions/password-strength/commit/c4c7cfc))
10+
* **package:** upgraded angular to v7.3.1 ([7748518](https://github.com/angular-material-extensions/password-strength/commit/7748518))
11+
12+
13+
### Features
14+
15+
* **project:** added schematics support [#145](https://github.com/angular-material-extensions/password-strength/issues/145) ([940f207](https://github.com/angular-material-extensions/password-strength/commit/940f207))
16+
* **project:** added schematics support [#145](https://github.com/angular-material-extensions/password-strength/issues/145) ([96c83de](https://github.com/angular-material-extensions/password-strength/commit/96c83de))
17+
* **project:** removed the schematics demo app [#145](https://github.com/angular-material-extensions/password-strength/issues/145) ([40fb05d](https://github.com/angular-material-extensions/password-strength/commit/40fb05d))
18+
19+
20+
121
## [3.4.1](https://github.com/angular-material-extensions/password-strength/compare/v3.4.0...v3.4.1) (2019-02-02)
222

323

@@ -88,8 +108,8 @@
88108

89109
### Bug Fixes
90110

91-
* **package:** update [@angular](https://github.com/angular)/cdk to version 6.2.0 ([0a35a88](https://github.com/angular-material-extensions/password-strength/commit/0a35a88))
92-
* **package:** update [@angular](https://github.com/angular)/material to version 6.2.0 ([3024220](https://github.com/angular-material-extensions/password-strength/commit/3024220))
111+
* **package:** update @angular/cdk to version 6.2.0 ([0a35a88](https://github.com/angular-material-extensions/password-strength/commit/0a35a88))
112+
* **package:** update @angular/material to version 6.2.0 ([3024220](https://github.com/angular-material-extensions/password-strength/commit/3024220))
93113

94114

95115

@@ -98,10 +118,10 @@
98118

99119
### Bug Fixes
100120

101-
* **package:** update [@angular](https://github.com/angular)/cdk to version 6.0.2 ([be249e6](https://github.com/angular-material-extensions/password-strength/commit/be249e6))
102-
* **package:** update [@angular](https://github.com/angular)/cdk to version 6.1.0 ([7675800](https://github.com/angular-material-extensions/password-strength/commit/7675800))
103-
* **package:** update [@angular](https://github.com/angular)/material to version 6.0.2 ([e34f93d](https://github.com/angular-material-extensions/password-strength/commit/e34f93d))
104-
* **package:** update [@angular](https://github.com/angular)/material to version 6.1.0 ([b55cbe0](https://github.com/angular-material-extensions/password-strength/commit/b55cbe0))
121+
* **package:** update @angular/cdk to version 6.0.2 ([be249e6](https://github.com/angular-material-extensions/password-strength/commit/be249e6))
122+
* **package:** update @angular/cdk to version 6.1.0 ([7675800](https://github.com/angular-material-extensions/password-strength/commit/7675800))
123+
* **package:** update @angular/material to version 6.0.2 ([e34f93d](https://github.com/angular-material-extensions/password-strength/commit/e34f93d))
124+
* **package:** update @angular/material to version 6.1.0 ([b55cbe0](https://github.com/angular-material-extensions/password-strength/commit/b55cbe0))
105125

106126

107127
### Features

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

0 commit comments

Comments
 (0)