This commit is contained in:
Tarik Gul
2024-10-30 05:59:07 -07:00
committed by GitHub
parent c700d24978
commit b119544489
3 changed files with 14 additions and 3 deletions
+12 -1
View File
@@ -1,5 +1,16 @@
# CHANGELOG
## 0.24.2 Oct 30, 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.2 ([#4735](https://github.com/polkadot-js/phishing/pull/4735))
## 0.24.1 Oct 22, 2024
Contributed:
@@ -9,7 +20,7 @@ Contributed:
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))
- Upgrade polkadot/common to 13.2.1 ([#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
+1 -1
View File
@@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.24.2-8-x",
"version": "0.24.2",
"versions": {
"git": "0.24.2-8-x",
"npm": "0.24.1"
+1 -1
View File
@@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "0.24.2-8-x",
"version": "0.24.2",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.2.2",