Skip to content

Commit a9b1e29

Browse files
authored
Merge pull request #9 from bitcoinerlab/feature/recover-signRecoverable-1.1.0
Feature enhancement: Incorporate PR #8 methods and version bump
2 parents 27053a1 + 7a488db commit a9b1e29

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bitcoinerlab/secp256k1",
33
"homepage": "https://bitcoinerlab.com/secp256k1",
4-
"version": "1.0.5",
4+
"version": "1.1.0",
55
"description": "A library for performing elliptic curve operations on the secp256k1 curve. It is designed to integrate into the BitcoinJS & BitcoinerLAB ecosystems and uses the audited noble-secp256k1 library. It is compatible with environments that do not support WASM, such as React Native.",
66
"main": "dist/index.js",
77
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)