diff --git a/CHANGELOG.md b/CHANGELOG.md index 92a7496d8078c..8911d8cc438a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## 0.25.2 Jan 21, 2025 + +Contributed: + +- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors)) + +Changes: + +- Bump dev to 0.83.2 ([#4887](https://github.com/polkadot-js/phishing/pull/4887)) + + ## 0.25.1 Jan 7, 2025 Contributed: diff --git a/package.json b/package.json index bd7a057d1835e..20c1314386579 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.2-26-x", + "version": "0.25.2", "versions": { "git": "0.25.2-26-x", "npm": "0.25.1" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 29db77a3e07c8..e6dbaafac40dc 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.2-26-x", + "version": "0.25.2", "main": "index.js", "dependencies": { "@polkadot/util": "^13.3.1",