diff --git a/CHANGELOG.md b/CHANGELOG.md index dcdbda654..9b7432939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## 0.25.16 July 29, 2025 + +Changes: + +- Bump @polkadot/common dependencies to 13.5.4 ([#5244](https://github.com/polkadot-js/phishing/pull/5244)) + +Contributed: + +- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors)) + + ## 0.25.15 July 15, 2025 Contributed: diff --git a/package.json b/package.json index 5a23fbbeb..ac31929e2 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.16-14-x", + "version": "0.25.16", "versions": { "git": "0.25.16-14-x", "npm": "0.25.15" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index dfaad5f64..f9a08b8bf 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.16-14-x", + "version": "0.25.16", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.4",