From d20b9709ea754d185fff8fbe38bc45d60255caef Mon Sep 17 00:00:00 2001 From: Valentin Fernandez <33705477+valentinfernandez1@users.noreply.github.com> Date: Tue, 15 Apr 2025 12:19:23 -0300 Subject: [PATCH] 0.25.8 (#5037) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- packages/phishing/package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) 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",