|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [10.0.0](https://github.com/voxpelli/node-connect-pg-simple/compare/v9.0.1...v10.0.0) (2024-09-13) |
| 4 | + |
| 5 | + |
| 6 | +### ⚠ BREAKING CHANGES |
| 7 | + |
| 8 | +* require node.js >=18 |
| 9 | + |
| 10 | +### 🩹 Fixes |
| 11 | + |
| 12 | +* add name to main function ([c98e2ec](https://github.com/voxpelli/node-connect-pg-simple/commit/c98e2ecc2fe5b99531d6368dd515f3db157d8825)) |
| 13 | +* **deps:** use latest version of `pg` ([81b5630](https://github.com/voxpelli/node-connect-pg-simple/commit/81b5630955c2b19c4797abcc10100cbc2020c256)) |
| 14 | +* require node.js >=18 ([d51b6ca](https://github.com/voxpelli/node-connect-pg-simple/commit/d51b6ca773ac151f44f6b96c7c17fbfffd280967)) |
| 15 | + |
| 16 | + |
| 17 | +### 🧹 Chores |
| 18 | + |
| 19 | +* **deps:** update `knip` ([f78ef50](https://github.com/voxpelli/node-connect-pg-simple/commit/f78ef50516f1eeee8bf687cf0da2d4fb8114ffa6)) |
| 20 | +* **deps:** update `validate-conventional-commit` ([84f525a](https://github.com/voxpelli/node-connect-pg-simple/commit/84f525a1edc700958758cb72bd93412aefef144e)) |
| 21 | +* **deps:** update dependency dotenv to ^16.4.5 ([#308](https://github.com/voxpelli/node-connect-pg-simple/issues/308)) ([f97bd51](https://github.com/voxpelli/node-connect-pg-simple/commit/f97bd519c5e26e32b2c3291fabb58ba40d058a71)) |
| 22 | +* **deps:** update dependency express to ^4.21.0 ([#310](https://github.com/voxpelli/node-connect-pg-simple/issues/310)) ([01c9a55](https://github.com/voxpelli/node-connect-pg-simple/commit/01c9a55a09337d7c2e4b32da411c74a3c3549e7f)) |
| 23 | +* **deps:** update dependency pg-promise to ^11.9.1 ([#312](https://github.com/voxpelli/node-connect-pg-simple/issues/312)) ([a553301](https://github.com/voxpelli/node-connect-pg-simple/commit/a553301cf5f35a1f49831eea0c3f78cfeef92fe5)) |
| 24 | +* **deps:** update dev dependencies ([d4488dc](https://github.com/voxpelli/node-connect-pg-simple/commit/d4488dcd0f7e6c1d7e916268bc322733df27aa2b)) |
| 25 | +* **deps:** update dev dependencies ([21e41c4](https://github.com/voxpelli/node-connect-pg-simple/commit/21e41c445318a5337cc155fd8dad5820601b6ef2)) |
| 26 | +* **deps:** update linting dependencies ([817f082](https://github.com/voxpelli/node-connect-pg-simple/commit/817f082769b22d59ce9780f42251d768f54a8b50)) |
| 27 | +* **deps:** update linting dependencies ([a4e9e46](https://github.com/voxpelli/node-connect-pg-simple/commit/a4e9e469cb52ddb72db108930ee56dfab07e6934)) |
| 28 | +* **deps:** update type dependencies ([97e581f](https://github.com/voxpelli/node-connect-pg-simple/commit/97e581f8f8a3a29372f697f77a1514259c75b05f)) |
| 29 | +* **deps:** update typescript setup ([7c86411](https://github.com/voxpelli/node-connect-pg-simple/commit/7c8641113c17b6294463cebd3c636fdddd4dbbfe)) |
| 30 | +* **deps:** use neostandard linting ([354f6b3](https://github.com/voxpelli/node-connect-pg-simple/commit/354f6b310f5fa6225b34ae49d9210ee6694e53c8)) |
| 31 | +* fix @types/superagent type regression ([649888c](https://github.com/voxpelli/node-connect-pg-simple/commit/649888c887b418bb67d9ce638cc05435cc1ede74)) |
| 32 | + |
3 | 33 | ## [9.0.1](https://github.com/voxpelli/node-connect-pg-simple/compare/v9.0.0...v9.0.1) (2023-11-01)
|
4 | 34 |
|
5 | 35 |
|
|
0 commit comments