Skip to content

Commit

Permalink
bump version to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
david-loe committed Nov 21, 2024
1 parent d4cce41 commit 0dc0431
Show file tree
Hide file tree
Showing 6 changed files with 307 additions and 316 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.1"
"version": "1.4.2"
}
98 changes: 49 additions & 49 deletions backend/package-lock.json

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

12 changes: 6 additions & 6 deletions backend/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "abrechnung-backend",
"version": "1.4.1",
"version": "1.4.2",
"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.9",
"cron": "^3.2.1",
"ejs": "^3.1.10",
"express": "^5.0.1",
"express-rate-limit": "^7.4.1",
"express-session": "^1.18.1",
"i18next": "^23.16.5",
"mongoose": "^8.8.0",
"i18next": "^23.16.8",
"mongoose": "^8.8.2",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.16",
"passport": "^0.7.0",
Expand All @@ -38,8 +38,8 @@
"@types/express-session": "^1.18.0",
"@types/jsonwebtoken": "^9.0.7",
"@types/multer": "^1.4.12",
"@types/node": "^22.9.0",
"@types/nodemailer": "^6.4.16",
"@types/node": "^22.9.1",
"@types/nodemailer": "^6.4.17",
"@types/passport": "^1.0.17",
"@types/passport-microsoft": "^1.0.3",
"@types/semver": "^7.5.8",
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.1",
"version": "1.4.2",
"private": true,
"type": "module"
}
Loading

0 comments on commit 0dc0431

Please sign in to comment.