Skip to content

Commit a46f9fa

Browse files
chore(release): 12.0.0 [skip ci]
# [12.0.0](v11.4.0...v12.0.0) (2019-10-31) ### Features * upgrade deps for node 12.13.0 ([#432](#432)) ([d092478](d092478)) ### BREAKING CHANGES * removes scrypt for built-in crypto implementation, while API remains the same the underlaying library is slightly different. Node has changed a major version, too
1 parent d092478 commit a46f9fa

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [12.0.0](https://github.com/makeomatic/ms-users/compare/v11.4.0...v12.0.0) (2019-10-31)
2+
3+
4+
### Features
5+
6+
* upgrade deps for node 12.13.0 ([#432](https://github.com/makeomatic/ms-users/issues/432)) ([d092478](https://github.com/makeomatic/ms-users/commit/d0924786a9274d655f19393033af26c369bf4115))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* removes scrypt for built-in crypto implementation, while API remains the same the underlaying library is slightly different. Node has changed a major version, too
12+
113
# [11.4.0](https://github.com/makeomatic/ms-users/compare/v11.3.1...v11.4.0) (2019-10-03)
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.4.0",
5+
"version": "12.0.0",
66
"scripts": {
77
"compile": "rimraf ./lib; babel -d ./lib --copy-files ./src",
88
"pretest": "yarn compile",

0 commit comments

Comments
 (0)