diff --git a/CHANGELOG.md b/CHANGELOG.md index e9110982d..620c2f200 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 0.22.10 June 24, 2024 + +Contributed: + +- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors)) + + ## 0.22.9 June 18, 2024 Contributed: diff --git a/package.json b/package.json index 69390655d..7f8537f33 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.10-8-x", + "version": "0.22.10", "versions": { "git": "0.22.10-8-x", "npm": "0.22.9" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 7a4620b7c..acf1a58b4 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.10-8-x", + "version": "0.22.10", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.2",