Merged v5.61.1 into main

This commit is contained in:
Ghost CI 2023-09-04 08:11:31 +00:00
commit d7c0b2392b
3 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "ghost-admin",
"version": "5.61.0",
"version": "5.61.1",
"description": "Ember.js admin client for Ghost",
"author": "Ghost Foundation",
"homepage": "http://ghost.org",

View File

@ -34,8 +34,10 @@ content/themes/**
content/themes/casper/yarn.lock
node_modules/**
core/server/lib/members/static/auth/node_modules/**
**/*.db*
*.db*
**/*.db
**/*.db-journal
*.db
*.db-journal
.af*
.git*
.groc*

View File

@ -1,6 +1,6 @@
{
"name": "ghost",
"version": "5.61.0",
"version": "5.61.1",
"description": "The professional publishing platform",
"author": "Ghost Foundation",
"homepage": "https://ghost.org",