Skip to content

Commit 71b2eff

Browse files
committed
Merge branch '400'
2 parents 4b7c49d + 7727a62 commit 71b2eff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ __removed__
2121
- Removed `ECPair.prototype.getAddress`, use `payments.p2pkh` instead (#1085)
2222
- Removed `ECPair.prototype.getPrivateKey`, use `ECPair.prototype.privateKey` property (#1070)
2323
- Removed `ECPair.prototype.getPublicKey`, use `ECPair.prototype.publicKey` property (#1070)
24+
- Removed `ECPair.prototype.getNetwork`, use `ECPair.prototype.network` property (#1070)
2425
- Removed `ECSignature`, use `script.signature.encode/decode` instead (#459)
2526
- Removed `HDNode`, use `bip32` export instead (#1073)
2627
- Removed `bufferutils` (#1035)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitcoinjs-lib",
3-
"version": "3.3.2",
3+
"version": "4.0.0",
44
"description": "Client-side Bitcoin JavaScript library",
55
"main": "./src/index.js",
66
"engines": {

0 commit comments

Comments
 (0)