5.1.1
* chore: update dependency eslint to ^8.27.0 (renovate[bot]) * chore: update dependency eslint to v8 (renovate[bot]) * fix: return inserted ids with models in createAll (Samarpan Bhattacharya) * chore: update github/codeql-action action to v2.1.31 (renovate[bot]) * chore: update github/codeql-action action to v2.1.30 (renovate[bot]) * chore: lock file maintenance (renovate[bot]) * chore: update commitlint monorepo to ^17.2.0 (renovate[bot]) * docs: fix broken links (Shubham Prajapat) * chore: update github/codeql-action action to v2.1.29 (renovate[bot]) * chore: update github/codeql-action action to v2.1.28 (renovate[bot]) * chore: update actions/setup-node action to v3.5.1 (renovate[bot]) * chore: update github/codeql-action action to v2.1.27 (renovate[bot]) * chore: update actions/checkout action to v3.1.0 (renovate[bot])
This commit is contained in:
parent
10e9f905fc
commit
da26c85204
30
CHANGES.md
30
CHANGES.md
|
@ -1,3 +1,33 @@
|
|||
2022-11-07, Version 5.1.1
|
||||
=========================
|
||||
|
||||
* chore: update dependency eslint to ^8.27.0 (renovate[bot])
|
||||
|
||||
* chore: update dependency eslint to v8 (renovate[bot])
|
||||
|
||||
* fix: return inserted ids with models in createAll (Samarpan Bhattacharya)
|
||||
|
||||
* chore: update github/codeql-action action to v2.1.31 (renovate[bot])
|
||||
|
||||
* chore: update github/codeql-action action to v2.1.30 (renovate[bot])
|
||||
|
||||
* chore: lock file maintenance (renovate[bot])
|
||||
|
||||
* chore: update commitlint monorepo to ^17.2.0 (renovate[bot])
|
||||
|
||||
* docs: fix broken links (Shubham Prajapat)
|
||||
|
||||
* chore: update github/codeql-action action to v2.1.29 (renovate[bot])
|
||||
|
||||
* chore: update github/codeql-action action to v2.1.28 (renovate[bot])
|
||||
|
||||
* chore: update actions/setup-node action to v3.5.1 (renovate[bot])
|
||||
|
||||
* chore: update github/codeql-action action to v2.1.27 (renovate[bot])
|
||||
|
||||
* chore: update actions/checkout action to v3.1.0 (renovate[bot])
|
||||
|
||||
|
||||
2022-09-29, Version 5.1.0
|
||||
=========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-connector",
|
||||
"version": "5.1.0",
|
||||
"version": "5.1.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-connector",
|
||||
"version": "5.1.0",
|
||||
"version": "5.1.1",
|
||||
"description": "Building blocks for LoopBack connectors",
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
|
|
Loading…
Reference in New Issue