diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e2c1cc9eb..618887038 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -4,7 +4,7 @@ 597 mhusnirizal update all.json (#4280) 551 Jaco Allow addition of denySub entries (#4223) 96 michalisFr Added 0 new domains (#2338) - 43 alineherzman Update all.json (#4266) + 44 alineherzman Update all.json (#4288) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 15 Josip Š Update all.json (#4278) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index 525008968..6c06886e9 100644 --- a/all.json +++ b/all.json @@ -35,7 +35,6 @@ "0nlinebot.github.io", "0pensea.co.uk", "0therside.com", - "highllght.com", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -12545,6 +12544,7 @@ "hibtcdefi.net", "hidgizgroup.com", "hifiswap.online", + "highllght.com", "hilltopasset.network", "hilomarket.events", "himalaya-web3.xyz", diff --git a/all/com/all.json b/all/com/all.json index 25c1d9e1c..de525cb39 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -4455,6 +4455,7 @@ "hexrewards.com", "hexxss.com", "hidgizgroup.com", + "highllght.com", "hippiesart.com", "hitchwallet.com", "hivechainblock.com", diff --git a/meta/2024-03.json b/meta/2024-03.json new file mode 100644 index 000000000..ee6d2f604 --- /dev/null +++ b/meta/2024-03.json @@ -0,0 +1,6 @@ +[ + { + "date": "2024-03-01", + "url": "highllght.com" + } +] diff --git a/meta/index.json b/meta/index.json index 258f39872..e2332e81b 100644 --- a/meta/index.json +++ b/meta/index.json @@ -1,4 +1,5 @@ [ + "2024-03", "2024-02", "2024-01", "2023-12", diff --git a/package.json b/package.json index e3ed78f26..4048ea325 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.2", + "version": "0.22.3-0-x", "versions": { - "git": "0.22.2", + "git": "0.22.3-0-x", "npm": "0.22.2" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 9f0d12671..89811ed56 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.2", + "version": "0.22.3-0-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 9ae2d5cd4..707daeea2 100644 --- a/packages/phishing/src/packageInfo.ts +++ b/packages/phishing/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.2' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.3-0-x' };