Skip to content

Commit

Permalink
@iwsio/mongodb-express-session version bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 24, 2023
1 parent 49e7f0c commit e967496
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.3.0-alpha.1",
"version": "0.3.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
8 changes: 4 additions & 4 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.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iwsio/mongodb-express-session-root",
"version": "0.3.0-alpha.2",
"version": "0.3.0",
"description": "",
"scripts": {
"prebuild": "tsc --build --clean && npm run prebuild -ws --if-present",
Expand Down
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.3.0-alpha.2",
"version": "0.3.0",
"description": "ESM MongoDB session store for Express. Supports TTL and touch.",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit e967496

Please sign in to comment.