Skip to content

Commit 27339b8

Browse files
committed
Back to dev
1 parent 0c4d448 commit 27339b8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.24.0] - Not released
9+
810
## [2.23.0] - 2025-02-12
911
### Changed
1012
- The media files (attachments) handling algorithm has been changed. There are

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "freefeed-server",
44
"description": "FreeFeed is an open source FriendFeed clone (yes, it is free and open!) based on Pepyatka open-source FriendFeed clone (yes, that one is also free and open). Basically, this is a social real-time feed aggregator that allows you to share cute kittens, coordinate upcoming events, discuss any other cool stuff on the Internet or setup a private Pepyatka instance in your company.",
55
"homepage": "https://freefeed.net",
6-
"version": "2.23.1",
6+
"version": "2.24.0",
77
"private": true,
88
"scripts": {
99
"start": "cross-env TZ=UTC yarn babel index.js",

0 commit comments

Comments
 (0)