diff --git a/CHANGELOG.md b/CHANGELOG.md index 619d819b3..82681d72b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## 0.25.22 Nov 11, 2025 + +Changes: + +- Bump @polkadot dependencies ([#5508](https://github.com/polkadot-js/phishing/pull/5508)) + +Contributed: + +- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors)) + + ## 0.25.21 Oct 21, 2025 Changes: diff --git a/package.json b/package.json index 2e74a0b24..d09fc9069 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.22-58-x", + "version": "0.25.22", "versions": { "git": "0.25.22-58-x", "npm": "0.25.21" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index f8d96d1a8..5b0d2cdf3 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.22-58-x", + "version": "0.25.22", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.8",