diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d2bc0f0c..b62b5cac0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # CHANGELOG -## 0.23.5 Aug 19, 2024 +## 0.23.6 Sep 23, 2024 + +Contributed: + +- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors)) + + +## 0.23.5 Sep 18, 2024 Contributed: diff --git a/package.json b/package.json index d7c61c8dd..1c4e20055 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.23.6-5-x", + "version": "0.23.6", "versions": { "git": "0.23.6-5-x", "npm": "0.23.5" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 26c399793..fd535953a 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.23.6-5-x", + "version": "0.23.6", "main": "index.js", "dependencies": { "@polkadot/util": "^13.0.2",