Bumped major version per last patch

This commit is contained in:
Jeffrey Phillips Freeman 2023-10-16 12:04:08 -04:00
parent e9361cdf7a
commit dd0370d650
No known key found for this signature in database
GPG key ID: AD914585C9406B6A
2 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -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"