diff --git a/CHANGELOG b/CHANGELOG index 812ab46..89a6465 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.0] - 2024-04-11 + +Use Manifest v3 + ## [2.11.1] - 2024-02-22 - Fix alias list not displaying on Mac @@ -131,5 +135,4 @@ You can now login with email/password! ## [1.6.0] - 2020-06-24 Handle 429 error. -Fix Firefox scroll bar - +Fix Firefox scroll bar \ No newline at end of file diff --git a/package.json b/package.json index a3ebac0..a61827f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simplelogin-extension", - "version": "2.11.1", + "version": "3.0.0", "betaRev": "0", "description": "SimpleLogin Browser Extension", "author": "extension@simplelogin.io",