diff --git a/bundles.json b/bundles.json index 4d19792..589cacf 100644 --- a/bundles.json +++ b/bundles.json @@ -1230,6 +1230,10 @@ } ], "seasons": [ + { + "id": "allseasons", + "name": "All Seasons" + }, { "id": "spring", "name": "Spring" diff --git a/changelog.json b/changelog.json index 10c3d77..b9bbd78 100644 --- a/changelog.json +++ b/changelog.json @@ -1,5 +1,13 @@ { "versions": [ + { + "id": "Version 1.2", + "date": "2016-04-14", + "link": "Version-1.2", + "changes": [ + "Added an 'All Season' nav item in the Seasons tab. This shows items that are available in all seasons. Other season tabs now show items that are available in that season and at most 2 others. (#39)" + ] + }, { "id": "Version 1.1", "date": "2016-04-14", diff --git a/index.html b/index.html index 08b110e..6c870cc 100644 --- a/index.html +++ b/index.html @@ -353,7 +353,7 @@