Skip to content

Commit

Permalink
v2.2.0 (#326)
Browse files Browse the repository at this point in the history
* doc: update release note URL

* 2.2.0
  • Loading branch information
Robot-Inventor committed Nov 10, 2023
1 parent bc75036 commit 7cce0b2
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shadowban-scanner",
"version": "2.1.0",
"version": "2.2.0",
"description": "A browser extension that detects shadowbans on Twitter.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -57,4 +57,4 @@
"@types/webextension-polyfill": "^0.10.4",
"knip": "^2.25.2"
}
}
}
4 changes: 2 additions & 2 deletions src/ts/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const ONBOARDING_URL = {
ja: "https://github.com/Robot-Inventor/shadowban-scanner/blob/main/README_ja.md"
} as const;
const RELEASE_NOTE_URL = {
en: "https://robot-inventor.github.io/article/2023/10/29/shadowban-scanner-v2-1-release/en/",
ja: "https://robot-inventor.github.io/article/2023/10/29/shadowban-scanner-v2-1-release/"
en: "https://robot-inventor.github.io/article/2023/11/10/shadowban-scanner-v2-2-release/en/",
ja: "https://robot-inventor.github.io/article/2023/11/10/shadowban-scanner-v2-2-release/"
} as const;

export {
Expand Down
4 changes: 2 additions & 2 deletions userScript/en.user.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions userScript/ja.user.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions userScript/ko.user.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions userScript/zh_TW.user.js

Large diffs are not rendered by default.

0 comments on commit 7cce0b2

Please sign in to comment.