This commit is contained in:
Tarik Gul
2024-07-13 13:09:26 -07:00
committed by GitHub
parent 8390ac8152
commit a3f0781f5e
3 changed files with 15 additions and 2 deletions
+13
View File
@@ -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:
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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",