Skip to content

Commit 8c59ef1

Browse files
mr-zwetsrkalis
authored andcommitted
fix accidental dep inclusion + start release notes
1 parent d878d06 commit 8c59ef1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/cashscript/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
"@cashscript/utils": "^0.11.4",
5050
"@electrum-cash/network": "^4.1.3",
5151
"@mr-zwets/bchn-api-wrapper": "^1.0.1",
52-
"@types/node": "^22.17.0",
5352
"delay": "^6.0.0",
5453
"fast-deep-equal": "^3.1.3",
5554
"pako": "^2.1.0",

website/docs/releases/release-notes.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22
title: Release Notes
33
---
44

5+
## v0.11.5
6+
7+
#### CashScript SDK
8+
- :bug: Remove accidental dependency inclusion of `@types/node`
9+
510
## v0.11.4
611

7-
### CashScript SDK
12+
#### CashScript SDK
813
- :sparkles: Add `updateUtxoSet` option to `MockNetworkProvider` to allow for updating the UTXO set after a transaction is sent.
914
- :bug: Fix bug where sending P2PKH-only transactions would throw `No placeholder scenario ID or script ID found`.
1015

0 commit comments

Comments
 (0)