From d2a1d5d89240b7df0de996d66b4e7f8c21e3be7b Mon Sep 17 00:00:00 2001 From: Tarik Gul <47201679+TarikGul@users.noreply.github.com> Date: Mon, 11 Nov 2024 18:30:21 -0800 Subject: [PATCH] 0.24.3 (#4749) --- 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 e18924ec3..72d1088b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## 0.24.3 Nov 11, 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.3 ([#4748](https://github.com/polkadot-js/phishing/pull/4748)) +- Bump dev to 0.82.1 w/ tslib ([#4747](https://github.com/polkadot-js/phishing/pull/4747)) + + ## 0.24.2 Oct 30, 2024 Contributed: diff --git a/package.json b/package.json index f0865b366..9bd6ab9e9 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.24.3-9-x", + "version": "0.24.3", "versions": { "git": "0.24.3-9-x", "npm": "0.24.2" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index dd43d59dc..60ba4c454 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.24.3-9-x", + "version": "0.24.3", "main": "index.js", "dependencies": { "@polkadot/util": "^13.2.3",