Bump version

This commit is contained in:
Dojo Coder
2024-09-29 16:57:17 +02:00
parent 4cc9a41085
commit f1789e9587
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
# Changelog
## 1.5.1 (2024-09-29)
- Fixed socket connecting preemptively
## 1.5.0 (2024-09-27)
- Removed unnecessary boilerplate (TlsSocketWrapper)
- Added static `createClient` method for more convenience

View File

@@ -1,6 +1,6 @@
{
"name": "@samouraiwallet/electrum-client",
"version": "1.5.0",
"version": "1.5.1",
"engines": {
"node": ">=18.6.0"
},