From dd0370d650095689018779c939de082cb28bf9fa Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Mon, 16 Oct 2023 12:04:08 -0400 Subject: [PATCH] Bumped major version per last patch --- CHANGELOG.md | 6 ++++-- api/nodeinfo/2.1.ts | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 317128765..31f0d6f62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.1.1 +## 2.0.0 * Removed content folder and moved out the Fedipage site into a separate repo. This should make it easier for people who use this site to update from the @@ -13,7 +13,9 @@ * Made `/layout/top_list_generic` site generic, it no longer mentions Fedipage. * Made the `/layout/menu/html` dynamic so now there is no need to edit it when you customize sections. -* Created type `page` and moved `/content/_index.md` to be that type. +* Created type `page` and moved `/content/_index.md` to be that type. This + breaks backwards compatibility therefore we must bump major version + according to semantic versioning. ## 1.1.0 diff --git a/api/nodeinfo/2.1.ts b/api/nodeinfo/2.1.ts index bb7841036..98e27930e 100644 --- a/api/nodeinfo/2.1.ts +++ b/api/nodeinfo/2.1.ts @@ -9,7 +9,7 @@ export default function (req: VercelRequest, res: VercelResponse) { "name": "Fedipage", "repository": "https://git.qoto.org/fedipage/fedipage", "homepage": "https://fedipage.com/", - "version": "1.1.1" + "version": "2.0.0" }, "protocols": [ "activitypub" -- GitLab