diff --git a/CHANGELOG.md b/CHANGELOG.md index 82681d72b..f7c80d89a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## 0.25.23 Nov 25, 2025 + +Changes: + +- Bump polkadot dependencies ([#5539](https://github.com/polkadot-js/phishing/pull/5539)) + +Contributed: + +- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors)) + + ## 0.25.22 Nov 11, 2025 Changes: diff --git a/package.json b/package.json index d1174286b..90bfd5cba 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.23-24-x", + "version": "0.25.23", "versions": { "git": "0.25.23-24-x", "npm": "0.25.22" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index c698a03f9..b118726d7 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.23-24-x", + "version": "0.25.23", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.9",