Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 18f8b96

Browse files
committed
Add v3.42.3
1 parent 9f7dd80 commit 18f8b96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/server/data/migrations/versions/2.28/1-add-db-backup-content-permission.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ const {
44

55
module.exports = addPermission({
66
name: 'Backup database',
7-
action: 'backupContect',
7+
action: 'backupContent',
88
object: 'db'
99
});

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ghost",
3-
"version": "3.42.2",
3+
"version": "3.42.3",
44
"description": "The professional publishing platform",
55
"author": "Ghost Foundation",
66
"homepage": "https://ghost.org",

0 commit comments

Comments
 (0)