diff --git a/CHANGELOG.md b/CHANGELOG.md index 87950f56a..ed0d44dfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # CHANGELOG -## 0.25.8 Apr 30, 2025 +## 0.25.10 May 13, 2025 + +Contributed: + +- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors)) + + +## 0.25.9 Apr 30, 2025 Contributed: diff --git a/package.json b/package.json index 8a9ff7583..092dd5f6b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.10-12-x", + "version": "0.25.10", "versions": { "git": "0.25.10-12-x", "npm": "0.25.9" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 44e2cf95a..666a73d9f 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.10-12-x", + "version": "0.25.10", "main": "index.js", "dependencies": { "@polkadot/util": "^13.4.4",