diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b21e4f7d..9aeec1a24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/package.json b/package.json index a1a8c9a32..fc0e0ff7c 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 04298718a..9f0d12671 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -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",