diff --git a/.babelrc b/.babelrc index 88e5f1f0..223e3084 100644 --- a/.babelrc +++ b/.babelrc @@ -9,7 +9,7 @@ "sourceType": "script", "plugins": [ ["inline-replace-variables", { - "__VERSION__": "5.2.2" + "__VERSION__": "5.2.3" }] ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 50bb27ac..72d7e77b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +5.2.3 +===== +- Fix: Allow restoring saved sessions from the popup + 5.2.2 ===== - Fix: Avoid non-Firefox permissions checks diff --git a/changelog.html b/changelog.html index 98a7f466..0e1b4fd2 100644 --- a/changelog.html +++ b/changelog.html @@ -19,7 +19,7 @@
-

Tab Manager Plus 5.2.2

+

Tab Manager Plus 5.2.3

@@ -35,6 +35,11 @@

Here's what's planned for future versions

Here's what's new since the last time

+

5.2.3

+ +

5.2.2