This commit is contained in:
Tarik Gul
2025-01-07 08:41:03 -08:00
committed by GitHub
parent 86d29ea8ca
commit ace7e5e236
3 changed files with 14 additions and 2 deletions
+12
View File
@@ -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:
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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",