Skip to content

Commit 863fff0

Browse files
committed
bump version, year
1 parent 9712f5d commit 863fff0

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

History.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 3.0.3 / 2023-11-27
2+
3+
- add initialized option to disable always checking if the sessions table exists (https://github.com/ca98am79/connect-dynamodb/pull/89), Fix expiry based on TTL; fix error handling of dynamodb:DescribeTable (https://github.com/ca98am79/connect-dynamodb/pull/87)
4+
15
# 3.0.2 / 2023-09-26
26

37
- Fix Bug Where Cookie's maxAge is Incorrectly Applied as Divided by 1000 to expires (https://github.com/ca98am79/connect-dynamodb/pull/83)

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2023 introvert.com LLC, https://introvert.com
3+
Copyright (c) 2024 introvert.com LLC, https://introvert.com
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

lib/connect-dynamodb.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Connect - DynamoDB
3-
* Copyright(c) 2023 introvert.com LLC <[email protected]>
3+
* Copyright(c) 2024 introvert.com LLC <[email protected]>
44
* MIT Licensed
55
*/
66
/**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "connect-dynamodb",
33
"description": "DynamoDB session store for Connect",
4-
"version": "3.0.2",
4+
"version": "3.0.3",
55
"author": "Mike Carson <[email protected]> (http://ca98am79.com)",
66
"contributors": [
77
{

0 commit comments

Comments
 (0)