From 6a3ac33988405a0f8a2238c53eb1fae58c3a213e Mon Sep 17 00:00:00 2001 From: Valentin Fernandez <33705477+valentinfernandez1@users.noreply.github.com> Date: Tue, 1 Apr 2025 14:20:52 -0300 Subject: [PATCH] 0.25.7 (#5025) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- packages/phishing/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69a0ee10a..da1c3316a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 0.25.7 Apr 1, 2025 + +Contributed: + +- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors)) + + ## 0.25.6 Mar 17, 2025 Contributed: diff --git a/package.json b/package.json index 5c2727898..f3eaa0551 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.7-9-x", + "version": "0.25.7", "versions": { "git": "0.25.7-9-x", "npm": "0.25.6" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 8687af434..a70d1ad39 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.7-9-x", + "version": "0.25.7", "main": "index.js", "dependencies": { "@polkadot/util": "^13.4.3",