v4.27.0
* ci: enable Node.js v17 testing (Rifa Achrinza) * feat: add built-in model property types typdef (Rifa Achrinza) * chore: replace shortid with nanoid (Mario Estrada) * ci: restrict GITHUB_TOKEN permissions (Rifa Achrinza) * ci: update pipelines (Rifa Achrinza) * chore: update 3.x LTS to End-of-Life (#1888) (Rifa Achrinza) * chore: sync v4 EOL withh Node.js v14 EOL (#1876) (Rifa Achrinza) Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
This commit is contained in:
parent
fe82f6ac79
commit
74d429d52d
18
CHANGES.md
18
CHANGES.md
|
@ -1,3 +1,21 @@
|
|||
2022-02-18, Version 4.27.0
|
||||
==========================
|
||||
|
||||
* ci: enable Node.js v17 testing (Rifa Achrinza)
|
||||
|
||||
* feat: add built-in model property types typdef (Rifa Achrinza)
|
||||
|
||||
* chore: replace shortid with nanoid (Mario Estrada)
|
||||
|
||||
* ci: restrict GITHUB_TOKEN permissions (Rifa Achrinza)
|
||||
|
||||
* ci: update pipelines (Rifa Achrinza)
|
||||
|
||||
* chore: update 3.x LTS to End-of-Life (#1888) (Rifa Achrinza)
|
||||
|
||||
* chore: sync v4 EOL withh Node.js v14 EOL (#1876) (Rifa Achrinza)
|
||||
|
||||
|
||||
2020-11-02, Version 4.26.0
|
||||
==========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "4.26.0",
|
||||
"version": "4.27.0",
|
||||
"publishConfig": {
|
||||
"export-tests": true
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue