Skip to content

Commit

Permalink
0.22.0
Browse files Browse the repository at this point in the history
- Updated generator to account for breaking changes in Roosevelt.
- Fixed a bug that displayed `undefined` as the directory name on the app start instructions.
- Updated various dependencies.
  • Loading branch information
kethinov committed Apr 3, 2024
1 parent 6bee4b1 commit 454abcd
Show file tree
Hide file tree
Showing 4 changed files with 5,827 additions and 3,492 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

## Next version

- Included new parameters for `express-session` and `csrf-csrf` updates made to Roosevelt.
- Added the ability to define the secrets directory name.
- Put your changes here...

## 0.22.0

- Updated generator to account for breaking changes in Roosevelt.
- Fixed a bug that displayed `undefined` as the directory name on the app start instructions.
- Updated various dependencies.

## 0.21.11

Expand Down
2 changes: 1 addition & 1 deletion generators/app/templates/defaults.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"roosevelt": "~0.21.0"
"roosevelt": "~0.22.0"
},
"appName": "My Roosevelt Sample App",
"createDir": true,
Expand Down
Loading

0 comments on commit 454abcd

Please sign in to comment.