diff --git a/CHANGELOG.md b/CHANGELOG.md index a12467cd4dbba..7f16f210d05c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 0.23.3 Aug 5, 2024 + +Contributed: + +- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors)) + + ## 0.23.2 July 29, 2024 Contributed: diff --git a/package.json b/package.json index e59e57dbf23ef..1dd8e0ae4e8ea 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.23.3-10-x", + "version": "0.23.3", "versions": { "git": "0.23.3-10-x", "npm": "0.23.2" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 719f2123ef803..5542846f39e8a 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.23.3-10-x", + "version": "0.23.3", "main": "index.js", "dependencies": { "@polkadot/util": "^13.0.2",