From f0091c5a5dec9874721c0efd0ce8e851379d228b Mon Sep 17 00:00:00 2001 From: Tarik Gul <47201679+TarikGul@users.noreply.github.com> Date: Wed, 13 Mar 2024 13:49:17 -0400 Subject: [PATCH] 0.22.3 (#4316) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- packages/phishing/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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",