* fix: isolate context for each createAll call (akshatdubeysf)
 * chore: update dependency uuid to v9 (renovate[bot])
 * chore: update commitlint monorepo to ^17.4.4 (renovate[bot])
 * chore: update commitlint monorepo to ^17.4.3 (renovate[bot])
 * chore: lock file maintenance (renovate[bot])
 * chore: update dependency eslint to ^8.34.0 (renovate[bot])
 * chore: update dependency typescript to ^4.9.5 (renovate[bot])
This commit is contained in:
dhmlau 2023-03-08 11:33:10 -05:00
parent 69f010e4ca
commit 66af10f401
3 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,21 @@
2023-03-08, Version 4.28.3
==========================
* fix: isolate context for each createAll call (akshatdubeysf)
* chore: update dependency uuid to v9 (renovate[bot])
* chore: update commitlint monorepo to ^17.4.4 (renovate[bot])
* chore: update commitlint monorepo to ^17.4.3 (renovate[bot])
* chore: lock file maintenance (renovate[bot])
* chore: update dependency eslint to ^8.34.0 (renovate[bot])
* chore: update dependency typescript to ^4.9.5 (renovate[bot])
2023-01-30, Version 4.28.2
==========================

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "loopback-datasource-juggler",
"version": "4.28.2",
"version": "4.28.3",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

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