diff --git a/CHANGELOG.md b/CHANGELOG.md index da1c3316a..a4028754d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## 0.25.8 Apr 15, 2025 + +Contributed: + +- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors)) + +Changes: + +- bump polkadot/common to 13.4.4 ([#5036](https://github.com/polkadot-js/phishing/pull/5036)) + + ## 0.25.7 Apr 1, 2025 Contributed: diff --git a/package.json b/package.json index 3b3d95acf..363c2f983 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.8-6-x", + "version": "0.25.8", "versions": { "git": "0.25.8-6-x", "npm": "0.25.7" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 0ef15fba2..df7e0eab6 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.8-6-x", + "version": "0.25.8", "main": "index.js", "dependencies": { "@polkadot/util": "^13.4.4",