diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aeec1a24..6526b0461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 0.22.2 Mar 13, 2024 + +Contributed: + +- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors)) + + ## 0.22.2 Feb 28, 2024 Contributed: diff --git a/package.json b/package.json index 79a307e0a..f2c6ce330 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.3-20-x", + "version": "0.22.3", "versions": { "git": "0.22.3-20-x", "npm": "0.22.2" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 4c63b20ec..2e489efc5 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.3-20-x", + "version": "0.22.3", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.2",