From a3f0781f5e432e3c6451caa2e87c07dce36a024d Mon Sep 17 00:00:00 2001 From: Tarik Gul <47201679+TarikGul@users.noreply.github.com> Date: Sat, 13 Jul 2024 13:09:26 -0700 Subject: [PATCH] 0.23.1 (#4519) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- packages/phishing/package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 620c2f200..ddb4f5528 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # CHANGELOG +## 0.23.1 July 13, 2024 + +Contributed: + +- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors)) + +Changes: + +- Bump polkadot/common to 13.0.2 + - This contains the latest changes to the Ledger interface in `@polkadot/hw-ledger`. For more info please see ([13.0.1](https://github.com/polkadot-js/common/releases/tag/v13.0.1)) +- Bump yarn to 4.3.1 + + ## 0.22.10 June 24, 2024 Contributed: diff --git a/package.json b/package.json index 973e1605f..f2619afec 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.11-24-x", + "version": "0.23.1", "versions": { "git": "0.22.11-24-x", "npm": "0.22.10" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index a9fdf29a2..e2a8130c6 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.11-24-x", + "version": "0.23.1", "main": "index.js", "dependencies": { "@polkadot/util": "^13.0.2",