mirror of
https://git.qoto.org/fedipage/fedipage.git
synced 2024-11-15 19:47:57 +01:00
Bumped major version per last patch
This commit is contained in:
parent
e9361cdf7a
commit
dd0370d650
2 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue