diff --git a/CHANGELOG.md b/CHANGELOG.md index fa03e0c41..619d819b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## 0.25.21 Oct 21, 2025 + +Changes: + +- bump @polkadot/common deps to v13.5.7 ([#5440](https://github.com/polkadot-js/phishing/pull/5440)) + +Contributed: + +- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors)) + + ## 0.25.20 Oct 8, 2025 Contributed: diff --git a/package.json b/package.json index e04870195..19841cecc 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.21-21-x", + "version": "0.25.21", "versions": { "git": "0.25.21-21-x", "npm": "0.25.20" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 7204dda2a..0c8bbb7a1 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.21-21-x", + "version": "0.25.21", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.7",