Skip to content

Commit

Permalink
Merge pull request #1378 from kethinov/0.22.1
Browse files Browse the repository at this point in the history
0.22.1
  • Loading branch information
kethinov authored Apr 5, 2024
2 parents fe4dfba + cf4cd2d commit 6160231
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 27 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

## Next version

- Put your changes here...

## 0.22.1

- Exposed the `express-session` middleware for use in Roosevelt apps.
- Updated various dependencies.

## 0.22.00
## 0.22.0

- Breaking: Added a unified `secrets` directory for various app secrets such as HTTPS certs, session secret, CSRF secret, etc. The name of the directory is configurable, but when upgrading an app from the previous version, you may need to alter your rooseveltConfig to remove directories from your `cert` or `key` paths. You must now specify only a file name in those params.
- Added support for `express-session` for session support.
Expand Down
48 changes: 24 additions & 24 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions 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.0",
"version": "0.22.1",
"files": [
"defaultErrorPages",
"lib",
Expand Down Expand Up @@ -64,7 +64,7 @@
"mocha": "10.4.0",
"prompts": "2.4.2",
"proxyquire": "2.1.3",
"sass": "1.72.0",
"sass": "1.74.1",
"sinon": "17.0.1",
"standard": "17.1.0",
"stylus": "0.63.0",
Expand Down

0 comments on commit 6160231

Please sign in to comment.