Deprecate node 4 and 5
This commit is contained in:
parent
9d04187ae3
commit
0d22e329e4
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,3 +1,17 @@
|
||||||
|
X.Y.Z-rc? Release notes (DATE)
|
||||||
|
=============================================================
|
||||||
|
### Breaking changes
|
||||||
|
* Deprecate node 4 and node 5 support
|
||||||
|
|
||||||
|
### Enhancements
|
||||||
|
* None
|
||||||
|
|
||||||
|
### Bug fixes
|
||||||
|
* None.
|
||||||
|
|
||||||
|
### Internal
|
||||||
|
* None
|
||||||
|
|
||||||
2.0.0-rc17 Release notes (2017-10-3)
|
2.0.0-rc17 Release notes (2017-10-3)
|
||||||
=============================================================
|
=============================================================
|
||||||
### Breaking changes
|
### Breaking changes
|
||||||
|
|
|
@ -115,7 +115,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=4"
|
"node": ">=6"
|
||||||
},
|
},
|
||||||
"binary": {
|
"binary": {
|
||||||
"module_name": "realm",
|
"module_name": "realm",
|
||||||
|
|
Loading…
Reference in New Issue