Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bitjson committed Jan 12, 2024
1 parent 5ad6520 commit 7c7e74d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.0.0](https://github.com/bitauth/libauth/compare/v2.0.0-alpha.8...v2.0.0) (2024-01-12)

### ⚠ BREAKING CHANGES

- exposes script source compilations in ResolvedScript and renames
authenticationTemplate -> walletTemplate

### Features

- key generation utilities, utf8 normalization, API improvements ([5ad6520](https://github.com/bitauth/libauth/commit/5ad6520abcc03b8f3775e374d271f3a25622f7ff))

### [1.19.1](https://github.com/bitauth/libauth/compare/v1.19.0...v1.19.1) (2022-02-01)

### Bug Fixes

- **secp256k1:** prevent vulnerabilities in consumers which don't validate input lengths ([7fc75c9](https://github.com/bitauth/libauth/commit/7fc75c90be441cf22f3bb7946363e78fa0a61b17))

## [2.0.0-alpha.8](https://github.com/bitauth/libauth/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2023-01-10)

## [2.0.0-alpha.7](https://github.com/bitauth/libauth/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2022-12-08)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitauth/libauth",
"version": "2.0.0-alpha.8",
"version": "2.0.0",
"description": "ultra-lightweight library for Bitcoin Cash, Bitcoin, and Bitauth",
"type": "module",
"main": "./build/index.js",
Expand Down Expand Up @@ -84,8 +84,8 @@
"version": "standard-version",
"version:alpha": "standard-version --prerelease alpha",
"reset": "git clean -dfx && git reset --hard && yarn",
"prepare-release": "yarn reset && yarn test && yarn cov:check && yarn version",
"prepare-release:alpha": "yarn reset && yarn test && yarn cov:check && yarn version:alpha"
"prepare-release": "yarn reset && yarn test && yarn cov:check && yarn run version",
"prepare-release:alpha": "yarn reset && yarn test && yarn cov:check && yarn run version:alpha"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
Expand Down

0 comments on commit 7c7e74d

Please sign in to comment.