From b119544489a82dfb70ac13585b6943f7e18b2b16 Mon Sep 17 00:00:00 2001 From: Tarik Gul <47201679+TarikGul@users.noreply.github.com> Date: Wed, 30 Oct 2024 05:59:07 -0700 Subject: [PATCH] 0.24.2 (#4736) --- 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 1c1ce4b68..e18924ec3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## 0.24.2 Oct 30, 2024 + +Contributed: + +- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors)) + +Changes: + +- Upgrade polkadot/common to 13.2.2 ([#4735](https://github.com/polkadot-js/phishing/pull/4735)) + + ## 0.24.1 Oct 22, 2024 Contributed: @@ -9,7 +20,7 @@ Contributed: Changes: - Bump yarn to 4.5.1 ([#4721](https://github.com/polkadot-js/phishing/pull/4721)) -- Upgrade polkadot/common to 13.2.2 ([#4720](https://github.com/polkadot-js/phishing/pull/4720)) +- Upgrade polkadot/common to 13.2.1 ([#4720](https://github.com/polkadot-js/phishing/pull/4720)) - Bump dev to 0.81.2 ([#4719](https://github.com/polkadot-js/phishing/pull/4719)) - This allows for correct CJS and ESM targetting diff --git a/package.json b/package.json index a7bd59a1c..ae7408b87 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.24.2-8-x", + "version": "0.24.2", "versions": { "git": "0.24.2-8-x", "npm": "0.24.1" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index a7511df37..0186ef6da 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.24.2-8-x", + "version": "0.24.2", "main": "index.js", "dependencies": { "@polkadot/util": "^13.2.2",