diff --git a/CHANGELOG.md b/CHANGELOG.md index cf6f083e..64e4225a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## Version 3.1.4 (May 2024) + +- Chrome and Edge Only release +- Migrate extension to use [Manifest v3](https://developer.chrome.com/docs/extensions/develop/migrate/what-is-mv3) +- Improve translations (#758, #755, #734) + ## Version 3.1.3 (July 2022) - Skip 3.1.2 to align Firefox and Chrome Version diff --git a/package.json b/package.json index e6c56bda..9ab6810d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylebot", - "version": "3.1.3", + "version": "3.1.4", "description": "Change the appearance of the web instantly", "homepage": "https://github.com/ankit/stylebot#readme", "bugs": { diff --git a/src/extension/manifest.json b/src/extension/manifest.json index f2d133bb..8a2597d9 100644 --- a/src/extension/manifest.json +++ b/src/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Stylebot", - "version": "3.1.3", + "version": "3.1.4", "author": "Ankit Ahuja", "description": "__MSG_extension_description__", "default_locale": "en",