Skip to content

Commit

Permalink
Merge pull request #1388 from kethinov/0.22.4
Browse files Browse the repository at this point in the history
0.22.4
  • Loading branch information
kethinov authored Apr 19, 2024
2 parents fc10d8c + 439fb0e commit 9ea55c7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

- Put your changes here...

## 0.22.4

- Made it possible to set `expressSession` to `true` which will set a sane default config so you don't have to spell one out.

## 0.22.3

- Updated default session store to use SQLite instead of an in-memory database so that sessions are not invalidated when the server restarts.
Expand Down
10 changes: 5 additions & 5 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
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/rooseveltframework/roosevelt/graphs/contributors"
}
],
"version": "0.22.3",
"version": "0.22.4",
"files": [
"defaultErrorPages",
"lib",
Expand Down

0 comments on commit 9ea55c7

Please sign in to comment.