From 63bcf1f5d022c0c0a234fdf8c45b481426a15f9e Mon Sep 17 00:00:00 2001 From: David Mzareulyan Date: Wed, 19 Feb 2025 20:32:54 +0300 Subject: [PATCH] Release 2.23.10 --- CHANGELOG.md | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e160b856..14491ca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,6 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.24.0] - Not released - ## [2.23.8] - 2025-02-17 ### Fixed - Fix the case when the uploaded video original is for some reason missing at diff --git a/package.json b/package.json index 3cd3d2e6..01351951 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "freefeed-server", "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.", "homepage": "https://freefeed.net", - "version": "2.24.0", + "version": "2.23.10", "private": true, "scripts": { "start": "cross-env TZ=UTC yarn babel index.js",