From 2273fd71193e9652473be1a9548479cf3f1a5369 Mon Sep 17 00:00:00 2001 From: Valentin Fernandez <33705477+valentinfernandez1@users.noreply.github.com> Date: Wed, 30 Apr 2025 09:25:05 -0300 Subject: [PATCH] 0.25.9 (#5058) --- 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 a4028754d..87950f56a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 0.25.8 Apr 30, 2025 + +Contributed: + +- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors)) + + ## 0.25.8 Apr 15, 2025 Contributed: diff --git a/package.json b/package.json index 9409a1d0c..ea56fc43e 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.9-14-x", + "version": "0.25.9", "versions": { "git": "0.25.9-14-x", "npm": "0.25.8" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 5fd1f82ea..88c0b869a 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.9-14-x", + "version": "0.25.9", "main": "index.js", "dependencies": { "@polkadot/util": "^13.4.4",