We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942b7f0 commit 2e73c15Copy full SHA for 2e73c15
History.md
@@ -1,3 +1,7 @@
1
+# 3.0.2 / 2023-09-26
2
+
3
+- Fix Bug Where Cookie's maxAge is Incorrectly Applied as Divided by 1000 to expires (https://github.com/ca98am79/connect-dynamodb/pull/83)
4
5
# 3.0.1 / 2023-08-24
6
7
- fix: exports and export assignments are not permitted and not use export default (https://github.com/ca98am79/connect-dynamodb/pull/84)
package.json
@@ -1,7 +1,7 @@
{
"name": "connect-dynamodb",
"description": "DynamoDB session store for Connect",
- "version": "3.0.1",
+ "version": "3.0.2",
"author": "Mike Carson <[email protected]> (http://ca98am79.com)",
"contributors": [
0 commit comments