diff --git a/CHANGELOG.md b/CHANGELOG.md index d10150896..69a0ee10a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 0.25.6 Mar 17, 2025 + +Contributed: + +- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors)) + + ## 0.25.5 Mar 4, 2025 Contributed: diff --git a/package.json b/package.json index 87e1d209c..d1bd5d3b5 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.6-6-x", + "version": "0.25.6", "versions": { "git": "0.25.6-6-x", "npm": "0.25.5" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 371b8ac20..46e53779b 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.6-6-x", + "version": "0.25.6", "main": "index.js", "dependencies": { "@polkadot/util": "^13.4.3",