From d6c8491841085dc3d126965c08e454c943b6007a Mon Sep 17 00:00:00 2001 From: Valentin Fernandez <33705477+valentinfernandez1@users.noreply.github.com> Date: Tue, 26 Aug 2025 14:26:17 -0300 Subject: [PATCH] 25.18 (#5323) --- 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 45c97045f..86669d90c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## 0.25.18 Aug 26, 2025 + +Changes: + +- Bump @polkadot/common deps ([#5322](https://github.com/polkadot-js/phishing/pull/5322)) + +Contributed: + +- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors)) + + ## 0.25.17 Aug 13, 2025 Changes: diff --git a/package.json b/package.json index 83ee3e113..e87bc0df6 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.18-29-x", + "version": "0.25.18", "versions": { "git": "0.25.18-29-x", "npm": "0.25.17" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index ed533d215..8bc69ac9e 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.18-29-x", + "version": "0.25.18", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.6",