Skip to content

Commit f6e1f97

Browse files
chore(release): 11.3.0 [skip ci]
# [11.3.0](v11.2.7...v11.3.0) (2019-09-13) ### Features * **ms-users:** 429 error add more info ([#412](#412)) ([6f989a8](6f989a8))
1 parent 6f989a8 commit f6e1f97

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [11.3.0](https://github.com/makeomatic/ms-users/compare/v11.2.7...v11.3.0) (2019-09-13)
2+
3+
4+
### Features
5+
6+
* **ms-users:** 429 error add more info ([#412](https://github.com/makeomatic/ms-users/issues/412)) ([6f989a8](https://github.com/makeomatic/ms-users/commit/6f989a8))
7+
18
## [11.2.7](https://github.com/makeomatic/ms-users/compare/v11.2.6...v11.2.7) (2019-09-10)
29

310

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.2.7",
5+
"version": "11.3.0",
66
"scripts": {
77
"compile": "rimraf ./lib; babel -d ./lib --copy-files ./src",
88
"pretest": "yarn compile",

0 commit comments

Comments
 (0)