This commit is contained in:
Tarik Gul
2024-11-11 18:30:21 -08:00
committed by GitHub
parent d47c28c4de
commit d2a1d5d892
3 changed files with 14 additions and 2 deletions
+12
View File
@@ -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:
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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",