From ace7e5e236982a7ec8b4c5cce776b674564f69dc Mon Sep 17 00:00:00 2001 From: Tarik Gul <47201679+TarikGul@users.noreply.github.com> Date: Tue, 7 Jan 2025 08:41:03 -0800 Subject: [PATCH] 0.25.1 (#4868) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- packages/phishing/package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51b2b1970..92a7496d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## 0.25.1 Jan 7, 2025 + +Contributed: + +- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors)) + +Changes: + +- Upgrade common to 13.3.1 ([#4866](https://github.com/polkadot-js/phishing/pull/4866)) +- Bump dev w/ ts ([#4867](https://github.com/polkadot-js/phishing/pull/4867)) + + ## 0.24.5 Dec 30, 2024 Contributed: diff --git a/package.json b/package.json index 1d86ab4be..27b18bed3 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.24.6-13-x", + "version": "0.25.1", "versions": { "git": "0.24.6-13-x", "npm": "0.24.5" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 014c909a4..67f75da92 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.24.6-13-x", + "version": "0.25.1", "main": "index.js", "dependencies": { "@polkadot/util": "^13.3.1",