diff --git a/lib/main.js b/lib/main.js index 62229a02..bf7ebdda 100644 --- a/lib/main.js +++ b/lib/main.js @@ -36,7 +36,7 @@ let originalClientConnect; * @module pg-promise * * @description - * ## pg-promise v10 + * ## pg-promise v10.15 * All documentation here is for the latest official release only. * * ### Initialization Options diff --git a/lib/task.js b/lib/task.js index ad96be66..903b7cc0 100644 --- a/lib/task.js +++ b/lib/task.js @@ -399,7 +399,7 @@ module.exports = config => { * allocated physical connection. * * @property {string} serverVersion - * **(Added in v10.1.0)** - Version of the PostgreSQL server to which we are connected. + * Version of the PostgreSQL server to which we are connected. * Not available with $[Native Bindings]. * * @property {Date} finish diff --git a/package.json b/package.json index 37f8139d..dd58fbb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pg-promise", - "version": "10.15.0", + "version": "10.15.1", "description": "PostgreSQL interface for Node.js", "main": "lib/index.js", "typings": "typescript/pg-promise.d.ts", @@ -49,8 +49,8 @@ "@types/node": "18.11.9", "bluebird": "3.7.2", "coveralls": "3.1.1", - "cspell": "6.14.2", - "eslint": "8.27.0", + "cspell": "6.14.3", + "eslint": "8.28.0", "istanbul": "0.4.5", "jasmine-node": "3.0.0", "jsdoc": "3.6.11",