From 67e5d065cd1a1ac7c2f0accc7e4fe8ca46f710b2 Mon Sep 17 00:00:00 2001 From: Valentin Fernandez <33705477+valentinfernandez1@users.noreply.github.com> Date: Tue, 27 May 2025 11:00:18 -0300 Subject: [PATCH] 0.25.11 (#5100) --- 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 ed0d44dfa..324c31104 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## 0.25.11 May 27, 2025 + +Contributed: + +- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors)) + +Changes: + +- bump deps ([#5099](https://github.com/polkadot-js/phishing/pull/5099)) + + ## 0.25.10 May 13, 2025 Contributed: diff --git a/package.json b/package.json index 1f028ff98..1a185c47e 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.11-15-x", + "version": "0.25.11", "versions": { "git": "0.25.11-15-x", "npm": "0.25.10" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 5e6d3a611..ee80e4972 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.11-15-x", + "version": "0.25.11", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.1",