2.3.0
* update strong-globalize to 3.1.0 (shimks) * CODEOWNERS: add zbarbuto (Miroslav Bajtoš) * Update Issue and PR Templates (#59) (Sakib Hasan) * fixed json typo of server/middleware.json (karanssj4) * Add CODEOWNER file (Diana Lau)
This commit is contained in:
parent
61505f3dd1
commit
1117948629
14
CHANGES.md
14
CHANGES.md
|
@ -1,3 +1,17 @@
|
||||||
|
2017-10-13, Version 2.3.0
|
||||||
|
=========================
|
||||||
|
|
||||||
|
* update strong-globalize to 3.1.0 (shimks)
|
||||||
|
|
||||||
|
* CODEOWNERS: add zbarbuto (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
* Update Issue and PR Templates (#59) (Sakib Hasan)
|
||||||
|
|
||||||
|
* fixed json typo of server/middleware.json (karanssj4)
|
||||||
|
|
||||||
|
* Add CODEOWNER file (Diana Lau)
|
||||||
|
|
||||||
|
|
||||||
2017-07-20, Version 2.2.0
|
2017-07-20, Version 2.2.0
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "strong-error-handler",
|
"name": "strong-error-handler",
|
||||||
"description": "Error handler for use in development and production environments.",
|
"description": "Error handler for use in development and production environments.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "2.2.0",
|
"version": "2.3.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=4"
|
"node": ">=4"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue