From 2a3621c37a7de77b1be34962e63dc545409fa2ee Mon Sep 17 00:00:00 2001 From: Tarik Gul <47201679+TarikGul@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:31:39 -0800 Subject: [PATCH] 0.24.4 (#4780) --- 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 72d1088b19a96..bd3e01e7beced 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 0.24.4 Dec 2, 2024 + +Contributed: + +- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors)) + + ## 0.24.3 Nov 11, 2024 Contributed: diff --git a/package.json b/package.json index e4391a17f7d77..2bc171b8c38cd 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.24.4-17-x", + "version": "0.24.4", "versions": { "git": "0.24.4-17-x", "npm": "0.24.3" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index cd14c929417ef..f9142e54e456a 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.24.4-17-x", + "version": "0.24.4", "main": "index.js", "dependencies": { "@polkadot/util": "^13.2.3",