From e506917411915265ede461db64abd576effb9906 Mon Sep 17 00:00:00 2001 From: Valentin Fernandez <33705477+valentinfernandez1@users.noreply.github.com> Date: Tue, 4 Feb 2025 12:30:45 -0300 Subject: [PATCH] 0.25.3 (#4926) * 0.25.3 * changelog --- 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 8911d8cc4..56df28a40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 0.25.3 Feb 4, 2025 + +Contributed: + +- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors)) + + ## 0.25.2 Jan 21, 2025 Contributed: diff --git a/package.json b/package.json index aa99b22df..85a1d985b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.3-18-x", + "version": "0.25.3", "versions": { "git": "0.25.3-18-x", "npm": "0.25.2" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 85ce9f9bb..9fefb7d92 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.3-18-x", + "version": "0.25.3", "main": "index.js", "dependencies": { "@polkadot/util": "^13.3.1",