* Create Issue and PR Templates (#322) (Sakib Hasan)
 * Use MySQL DEFAULT Clause/Constant (#319) (Eric Dowell)
 * Remove unnecessary line causing validation fail (ssh24)
 * isNewInstance undefined for after save hook (biniam)
 * Add datatype flags to README (biniam)
 * upgrade eslint deps (biniam)
 * Add CODEOWNER file (Diana Lau)
This commit is contained in:
Kevin Delisle 2017-08-21 14:12:56 -04:00
parent 6f716a55ad
commit 3b76a72453
2 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,21 @@
2017-08-21, Version 5.1.0
=========================
* Create Issue and PR Templates (#322) (Sakib Hasan)
* Use MySQL DEFAULT Clause/Constant (#319) (Eric Dowell)
* Remove unnecessary line causing validation fail (ssh24)
* isNewInstance undefined for after save hook (biniam)
* Add datatype flags to README (biniam)
* upgrade eslint deps (biniam)
* Add CODEOWNER file (Diana Lau)
2017-07-10, Version 5.0.0
=========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback-connector-mysql",
"version": "5.0.0",
"version": "5.1.0",
"description": "MySQL connector for loopback-datasource-juggler",
"engines": {
"node": ">=4"