3.5.0
* Add support for Node.js 12 (Ahmet Cetin) * chore: enable stalebot (Diana Lau) * chore: improve issue and PR templates (Nora) * Drop support for Node.js 6.x (Miroslav Bajtoš) * chore: update copyrights years (Agnes Lin)
This commit is contained in:
parent
824ebec5e0
commit
1dd8282826
14
CHANGES.md
14
CHANGES.md
|
@ -1,3 +1,17 @@
|
||||||
|
2020-02-17, Version 3.5.0
|
||||||
|
=========================
|
||||||
|
|
||||||
|
* Add support for Node.js 12 (Ahmet Cetin)
|
||||||
|
|
||||||
|
* chore: enable stalebot (Diana Lau)
|
||||||
|
|
||||||
|
* chore: improve issue and PR templates (Nora)
|
||||||
|
|
||||||
|
* Drop support for Node.js 6.x (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
* chore: update copyrights years (Agnes Lin)
|
||||||
|
|
||||||
|
|
||||||
2019-01-02, Version 3.4.0
|
2019-01-02, Version 3.4.0
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-context",
|
"name": "loopback-context",
|
||||||
"version": "3.4.0",
|
"version": "3.5.0",
|
||||||
"description": "Current context for LoopBack applications, based on cls-hooked",
|
"description": "Current context for LoopBack applications, based on cls-hooked",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^8.2.1 || ^10.14 || ^12.15"
|
"node": "^8.2.1 || ^10.14 || ^12.15"
|
||||||
|
|
Loading…
Reference in New Issue