diff --git a/docs/changelog.md b/docs/changelog.md index 8c1aeeaf79..7ea22ee989 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,6 +5,10 @@ Critical security updates are indicated by the :warning: icon. - Server administrators should check [notice-for-admins.md](./notice-for-admins.md) as well. - Third-party client/bot developers may want to check [api-change.md](./api-change.md) as well. +## [v20240613](https://firefish.dev/firefish/firefish/-/merge_requests/11003/commits) + +This update contains code refactoring and dependency updates, with no major user-facing changes. + ## [v20240607](https://firefish.dev/firefish/firefish/-/merge_requests/10978/commits) - Add the ability to share posts via QR code diff --git a/package.json b/package.json index dcb0dbff93..0b3ee5fb14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firefish", - "version": "20240607", + "version": "20240613", "repository": { "type": "git", "url": "https://firefish.dev/firefish/firefish.git"