Skip to content

Commit 71a70c8

Browse files
v4.0.1 (#1602)
* feat: disable release notes * 4.0.1
1 parent 3847343 commit 71a70c8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shadowban-scanner",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "A browser extension that detects shadowbans on Twitter.",
55
"main": "index.js",
66
"type": "module",

src/ts/common/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const TRANSLATION_ATTRIBUTE = "data-sb-translation";
55
const SHADOW_TRANSLATION_ATTRIBUTE = "data-sb-shadow-translation";
66
const TWEMOJI_ATTRIBUTE = "data-sb-enable-twemoji";
77
const ALLOWED_TWEMOJI = ["✅", "🚫", "⚠️"] as const;
8-
const SHOW_RELEASE_NOTES = true;
8+
const SHOW_RELEASE_NOTES = false;
99

1010
const ONBOARDING_PATH = "html/initialSetup.html";
1111
const RELEASE_NOTE_URL = {

0 commit comments

Comments
 (0)