Skip to content

Commit

Permalink
bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
david-loe committed Nov 8, 2024
1 parent 47e8657 commit 91a777d
Show file tree
Hide file tree
Showing 6 changed files with 96 additions and 86 deletions.
2 changes: 1 addition & 1 deletion backend/data/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@
},
"uploadTokenExpireAfterSeconds": 600,
"userCanSeeAllProjects": true,
"version": "1.4.0"
"version": "1.4.1"
}
66 changes: 38 additions & 28 deletions backend/package-lock.json

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

8 changes: 4 additions & 4 deletions backend/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "abrechnung-backend",
"version": "1.4.0",
"version": "1.4.1",
"private": true,
"type": "module",
"dependencies": {
"axios": "^1.7.7",
"body-parser": "^1.20.2",
"connect-mongo": "^5.1.0",
"cors": "^2.8.5",
"cron": "^3.1.8",
"cron": "^3.1.9",
"ejs": "^3.1.10",
"express": "^5.0.1",
"express-rate-limit": "^7.4.1",
"express-session": "^1.18.1",
"i18next": "^23.16.4",
"i18next": "^23.16.5",
"mongoose": "^8.8.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.16",
Expand All @@ -38,7 +38,7 @@
"@types/express-session": "^1.18.0",
"@types/jsonwebtoken": "^9.0.7",
"@types/multer": "^1.4.12",
"@types/node": "^22.8.7",
"@types/node": "^22.9.0",
"@types/nodemailer": "^6.4.16",
"@types/passport": "^1.0.17",
"@types/passport-microsoft": "^1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "abrechnung-common",
"version": "1.4.0",
"version": "1.4.1",
"private": true,
"type": "module"
}
Loading

0 comments on commit 91a777d

Please sign in to comment.