Skip to content

Commit

Permalink
version bump to trigger gha
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanb committed Aug 17, 2024
1 parent d71145a commit cf5c1e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "0.4.4",
"version": "0.4.5-alpha.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iwsio/mongodb-express-session",
"version": "0.4.4",
"version": "0.4.5-alpha.1",
"description": "An ESM express-session store for MongoDB using the latest MongoDb Node driver v6. Supports TTL and touch. Supports MongoDB v3.6+ (without TTL index), 5.1+ (with TTL Index).",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit cf5c1e7

Please sign in to comment.