* 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:
Rifa Achrinza 2022-02-19 01:40:20 +08:00
parent fe82f6ac79
commit 74d429d52d
No known key found for this signature in database
GPG Key ID: B85B83A366C129FA
2 changed files with 19 additions and 1 deletions

View File

@ -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
==========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback-datasource-juggler",
"version": "4.26.0",
"version": "4.27.0",
"publishConfig": {
"export-tests": true
},