From d6ee2290a80d2faac45ccac5c0968ccef396e316 Mon Sep 17 00:00:00 2001 From: Lens0021 / Leslie Date: Sun, 19 Feb 2023 18:15:02 +0900 Subject: [PATCH] Release v1.1.4 (#416) --- CHANGELOG.md | 4 ++++ extension.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25f9920..2edabe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Versions and bullets are arranged chronologically from latest to oldest. +## v1.1.4 + +- Link updates are now happened when a new category is added to parent category. (https://github.com/femiwiki/FacetedCategory/pull/406) + ## v1.1.3 - Fixed link to the grandparent category. (https://github.com/femiwiki/FacetedCategory/issues/398) diff --git a/extension.json b/extension.json index 00c2bf6..b1b706b 100644 --- a/extension.json +++ b/extension.json @@ -1,6 +1,6 @@ { "name": "FacetedCategory", - "version": "1.1.3", + "version": "1.1.4", "author": "[https://femiwiki.com/ Femiwiki Team]", "url": "https://github.com/femiwiki/facetedCategory", "descriptionmsg": "facetedcategory-desc",