diff --git a/CHANGELOG.md b/CHANGELOG.md index f354555..e22b604 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.5.2] - Apr. 7, 2024 +- Squash on latest submodule version. +- Fix eslint error. + ## [3.4.1] - Apr. 6, 2024 - Rename to reqon. - Fix jest test error. diff --git a/manifest.json b/manifest.json index 593a1a4..b588e68 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "default_locale": "en", - "version": "3.5.1", + "version": "3.5.2", "manifest_version": 2, "icons": { "48": "icons/icon.svg",