diff --git a/CHANGELOG.md b/CHANGELOG.md index 51b2b1970..92a7496d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## 0.25.1 Jan 7, 2025 + +Contributed: + +- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors)) + +Changes: + +- Upgrade common to 13.3.1 ([#4866](https://github.com/polkadot-js/phishing/pull/4866)) +- Bump dev w/ ts ([#4867](https://github.com/polkadot-js/phishing/pull/4867)) + + ## 0.24.5 Dec 30, 2024 Contributed: diff --git a/package.json b/package.json index 1d86ab4be..27b18bed3 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.24.6-13-x", + "version": "0.25.1", "versions": { "git": "0.24.6-13-x", "npm": "0.24.5" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 014c909a4..67f75da92 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.24.6-13-x", + "version": "0.25.1", "main": "index.js", "dependencies": { "@polkadot/util": "^13.3.1",