From 105625fb0ae0a56ef50d567308f32292208d2a63 Mon Sep 17 00:00:00 2001 From: junderw Date: Thu, 14 Sep 2023 11:27:50 -0700 Subject: [PATCH] 6.1.4 --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc7dd6138..0cffcca3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 6.1.4 +__changed__ +- Changed internal usage of the Buffer API to match with newer broken bundlers that don't follow spec. The new usage is still compatible with older versions of Buffer, so there shouldn't be any breakage. The public API interface was not changed. (#1975) + # 6.1.3 __fixed__ - validateSignaturesOfInput for taproot inputs returned false for valid signatures in specific cases. (#1934) diff --git a/package-lock.json b/package-lock.json index 7543b1571..839c2724a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bitcoinjs-lib", - "version": "6.1.3", + "version": "6.1.4", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 747c8f0f6..5ea1fbc6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitcoinjs-lib", - "version": "6.1.3", + "version": "6.1.4", "description": "Client-side Bitcoin JavaScript library", "main": "./src/index.js", "types": "./src/index.d.ts",