diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a92436537917..d10150896dcc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 0.25.5 Mar 4, 2025 + +Contributed: + +- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors)) + + ## 0.25.3 Feb 18, 2025 Contributed: diff --git a/package.json b/package.json index a98ddf5120019..366789eb375b1 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.5-26-x", + "version": "0.25.5", "versions": { "git": "0.25.5-26-x", "npm": "0.25.4" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 398fc805f4fff..4a79151995da9 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.5-26-x", + "version": "0.25.5", "main": "index.js", "dependencies": { "@polkadot/util": "^13.4.3",