From ac60f36c65e10f0e753ed0c62775445544a42f40 Mon Sep 17 00:00:00 2001 From: rajk93 Date: Wed, 2 Jul 2025 10:14:58 +0530 Subject: [PATCH] 0.25.14 (#5162) --- CHANGELOG.md | 13 ++++++++++++- package.json | 2 +- packages/phishing/package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 444ca362f..04d293f9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,22 @@ # CHANGELOG +## 0.25.14 July 2, 2025 + +Changes: + +- Update polkadot dependencies to 13.5.3 ([#5161](https://github.com/polkadot-js/phishing/pull/5161)) + +Contributed: + +- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors)) + + ## 0.25.13 Jun 17, 2025 Changes: - Fix hostname normalization logic for phishing domain checks ([#5128](https://github.com/polkadot-js/phishing/pull/5128)) -- bump polkadot/common deps to 13.5.2 ([#5134](https://github.com/polkadot-js/phishing/pull/5128)) +- bump polkadot/common deps to 13.5.2 ([#5134](https://github.com/polkadot-js/phishing/pull/5134)) Contributed: diff --git a/package.json b/package.json index 89c2ea1ed..373403f16 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.14-20-x", + "version": "0.25.14", "versions": { "git": "0.25.14-20-x", "npm": "0.25.13" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 25bb22f6a..f3c205718 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.14-20-x", + "version": "0.25.14", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.3",