From 16bfa880b489668e0beae0759a42275c82c8edc1 Mon Sep 17 00:00:00 2001 From: Tarik Gul <47201679+TarikGul@users.noreply.github.com> Date: Tue, 22 Oct 2024 12:28:41 -0700 Subject: [PATCH] 0.24.1 (#4722) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- packages/phishing/package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d6aa7d1a..1c1ce4b68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # CHANGELOG +## 0.24.1 Oct 22, 2024 + +Contributed: + +- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors)) + +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)) +- Bump dev to 0.81.2 ([#4719](https://github.com/polkadot-js/phishing/pull/4719)) + - This allows for correct CJS and ESM targetting + + ## 0.23.7 Sep 23, 2024 Contributed: diff --git a/package.json b/package.json index 9bbdbfce6..1fed27e7c 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.23.8-7-x", + "version": "0.24.1", "versions": { "git": "0.23.8-7-x", "npm": "0.23.7" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index de53f0da3..6dc523805 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.23.8-7-x", + "version": "0.24.1", "main": "index.js", "dependencies": { "@polkadot/util": "^13.2.1",