diff --git a/CHANGELOG.md b/CHANGELOG.md index 27696f1fb..a18d4236e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 0.22.6 Apr 16, 2024 + +Contributed: + +- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors)) + + ## 0.22.5 Apr 16, 2024 Contributed: diff --git a/package.json b/package.json index 08fe74fad..6c80ea11b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.6-5-x", + "version": "0.22.6", "versions": { "git": "0.22.6-5-x", "npm": "0.22.5" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 2215c726f..2edb1d994 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.6-5-x", + "version": "0.22.6", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.2",