Skip to content

Commit d9f0aad

Browse files
chore(release): 11.4.0 [skip ci]
# [11.4.0](v11.3.1...v11.4.0) (2019-10-03) ### Bug Fixes * upgrade deps, ensure schemas are valid ([5b29710](5b29710)) ### Features * optional password strength checks ([#429](#429)) ([63d8ffb](63d8ffb))
1 parent 5b29710 commit d9f0aad

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [11.4.0](https://github.com/makeomatic/ms-users/compare/v11.3.1...v11.4.0) (2019-10-03)
2+
3+
4+
### Bug Fixes
5+
6+
* upgrade deps, ensure schemas are valid ([5b29710](https://github.com/makeomatic/ms-users/commit/5b29710))
7+
8+
9+
### Features
10+
11+
* optional password strength checks ([#429](https://github.com/makeomatic/ms-users/issues/429)) ([63d8ffb](https://github.com/makeomatic/ms-users/commit/63d8ffb))
12+
113
## [11.3.1](https://github.com/makeomatic/ms-users/compare/v11.3.0...v11.3.1) (2019-09-18)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ms-users",
33
"description": "Core of the microservice for handling users",
44
"main": "./lib/index.js",
5-
"version": "11.3.1",
5+
"version": "11.4.0",
66
"scripts": {
77
"compile": "rimraf ./lib; babel -d ./lib --copy-files ./src",
88
"pretest": "yarn compile",

0 commit comments

Comments
 (0)