diff --git a/CHANGELOG.md b/CHANGELOG.md index e22b604..ef33ae2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.5.3] - Apr. 8, 2024 +- Update Spanish translation. + ## [3.5.2] - Apr. 7, 2024 - Squash on latest submodule version. - Fix eslint error. diff --git a/README.md b/README.md index 7bc0b6d..8788ab5 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Requests can be controlled with following rules: Other useful information: - [Manual](https://github.com/Vinfall/reqon/blob/master/_locales/en/manual.wiki) -- [FAQ](https://github.com/Vinfall/reqon/issues?utf8=%E2%9C%93&q=label%3Aquestion+) +- [Community-maintained ruleset](https://github.com/Vinfall/reqon-rules) - [Source code](https://github.com/Vinfall/reqon) - [License](./LICENSE) @@ -25,6 +25,7 @@ Other useful information: - Feature Suggestion - Localization - Code Contribution +- Rule Contribution ## Development diff --git a/manifest.json b/manifest.json index b588e68..76d3c25 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "default_locale": "en", - "version": "3.5.2", + "version": "3.5.3", "manifest_version": 2, "icons": { "48": "icons/icon.svg",