This commit is contained in:
Tarik Gul
2024-02-28 12:09:19 -05:00
committed by GitHub
parent 3a7a615c13
commit 3707fd20b9
3 changed files with 14 additions and 2 deletions
+12
View File
@@ -1,5 +1,17 @@
# CHANGELOG
## 0.22.2 Feb 28, 2024
Contributed:
- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors))
Changes:
- Update to `@polkadot/util` 12.6.2
- Allow addition of denySub entries
## 0.22.1 Nov 18, 2023
Contributed:
+1 -1
View File
@@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.22.2-160-x",
"version": "0.22.2",
"versions": {
"git": "0.22.2-160-x",
"npm": "0.22.1"
+1 -1
View File
@@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "0.22.2-160-x",
"version": "0.22.2",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^12.6.2",