File tree 3 files changed +32
-3
lines changed
3 files changed +32
-3
lines changed Original file line number Diff line number Diff line change 1
- {"." :" 9 .0.1 " }
1
+ {"." :" 10 .0.0 " }
Original file line number Diff line number Diff line change 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 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 ) )
23
+ * ** deps:** update dev dependencies ([ d4488dc] ( https://github.com/voxpelli/node-connect-pg-simple/commit/d4488dcd0f7e6c1d7e916268bc322733df27aa2b ) )
24
+ * ** deps:** update dev dependencies ([ 21e41c4] ( https://github.com/voxpelli/node-connect-pg-simple/commit/21e41c445318a5337cc155fd8dad5820601b6ef2 ) )
25
+ * ** deps:** update linting dependencies ([ 817f082] ( https://github.com/voxpelli/node-connect-pg-simple/commit/817f082769b22d59ce9780f42251d768f54a8b50 ) )
26
+ * ** deps:** update linting dependencies ([ a4e9e46] ( https://github.com/voxpelli/node-connect-pg-simple/commit/a4e9e469cb52ddb72db108930ee56dfab07e6934 ) )
27
+ * ** deps:** update type dependencies ([ 97e581f] ( https://github.com/voxpelli/node-connect-pg-simple/commit/97e581f8f8a3a29372f697f77a1514259c75b05f ) )
28
+ * ** deps:** update typescript setup ([ 7c86411] ( https://github.com/voxpelli/node-connect-pg-simple/commit/7c8641113c17b6294463cebd3c636fdddd4dbbfe ) )
29
+ * ** deps:** use neostandard linting ([ 354f6b3] ( https://github.com/voxpelli/node-connect-pg-simple/commit/354f6b310f5fa6225b34ae49d9210ee6694e53c8 ) )
30
+ * fix @types/superagent type regression ([ 649888c] ( https://github.com/voxpelli/node-connect-pg-simple/commit/649888c887b418bb67d9ce638cc05435cc1ede74 ) )
31
+
3
32
## [ 9.0.1] ( https://github.com/voxpelli/node-connect-pg-simple/compare/v9.0.0...v9.0.1 ) (2023-11-01)
4
33
5
34
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " connect-pg-simple" ,
3
- "version" : " 9 .0.1 " ,
3
+ "version" : " 10 .0.0 " ,
4
4
"description" : " A simple, minimal PostgreSQL session store for Connect/Express" ,
5
5
"url" : " http://github.com/voxpelli/node-connect-pg-simple" ,
6
6
"repository" : {
58
58
"chai-as-promised" : " ^7.1.2" ,
59
59
"cookie-signature" : " ^1.2.1" ,
60
60
"cookiejar" : " ^2.1.4" ,
61
- "dotenv" : " ^16.4.5 " ,
61
+ "dotenv" : " ^16.4.1 " ,
62
62
"eslint" : " ^9.10.0" ,
63
63
"express" : " ^4.18.2" ,
64
64
"express-session" : " ^1.17.3" ,
You can’t perform that action at this time.
0 commit comments