Skip to content

Commit

Permalink
Pumped version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ACken2 committed Apr 5, 2024
1 parent b50a502 commit 2ef55a5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.1] - 2023-06-29

### Fixed

- Fixed issue #7 where BIP-137 signatures that were signed using flags for P2SH/P2WPKH would fail verification incorrectly.

## [1.1.0] - 2023-08-20

### Added
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bip322-js",
"version": "1.1.0",
"version": "1.1.1",
"description": "A Javascript library that provides utility functions related to the BIP-322 signature scheme",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -19,7 +19,10 @@
"no-WASM"
],
"author": "Ken Sze <acken2@outlook.com>",
"repository": "github:ACken2/bip322-js",
"repository": {
"type": "git",
"url": "git+https://github.com/ACken2/bip322-js.git"
},
"license": "MIT",
"devDependencies": {
"@types/chai": "^4.3.5",
Expand Down

0 comments on commit 2ef55a5

Please sign in to comment.