diff --git a/CHANGELOG.md b/CHANGELOG.md index 86669d90c..136449113 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 0.25.19 Sep 23, 2025 + +Contributed: + +- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors)) + + ## 0.25.18 Aug 26, 2025 Changes: diff --git a/package.json b/package.json index c8d8c73ce..402847cf3 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.19-48-x", + "version": "0.25.19", "versions": { "git": "0.25.19-48-x", "npm": "0.25.18" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 6d25724fb..6483c575c 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.19-48-x", + "version": "0.25.19", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.6",