diff --git a/CHANGELOG.md b/CHANGELOG.md index a18d4236e..3c400907d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 0.22.7 May 8, 2024 + +Contributed: + +- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors)) + + ## 0.22.6 Apr 16, 2024 Contributed: diff --git a/package.json b/package.json index a7f5f5ffa..3151ca14d 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.7-20-x", + "version": "0.22.7", "versions": { "git": "0.22.7-20-x", "npm": "0.22.6" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 28ca7c58d..4c2329164 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.7-20-x", + "version": "0.22.7", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.2",