Skip to content

Commit 7c7e74d

Browse files
committed
chore(release): 2.0.0
1 parent 5ad6520 commit 7c7e74d

2 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
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.
44

5+
## [2.0.0](https://github.com/bitauth/libauth/compare/v2.0.0-alpha.8...v2.0.0) (2024-01-12)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- exposes script source compilations in ResolvedScript and renames
10+
authenticationTemplate -> walletTemplate
11+
12+
### Features
13+
14+
- key generation utilities, utf8 normalization, API improvements ([5ad6520](https://github.com/bitauth/libauth/commit/5ad6520abcc03b8f3775e374d271f3a25622f7ff))
15+
16+
### [1.19.1](https://github.com/bitauth/libauth/compare/v1.19.0...v1.19.1) (2022-02-01)
17+
18+
### Bug Fixes
19+
20+
- **secp256k1:** prevent vulnerabilities in consumers which don't validate input lengths ([7fc75c9](https://github.com/bitauth/libauth/commit/7fc75c90be441cf22f3bb7946363e78fa0a61b17))
21+
522
## [2.0.0-alpha.8](https://github.com/bitauth/libauth/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2023-01-10)
623

724
## [2.0.0-alpha.7](https://github.com/bitauth/libauth/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2022-12-08)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitauth/libauth",
3-
"version": "2.0.0-alpha.8",
3+
"version": "2.0.0",
44
"description": "ultra-lightweight library for Bitcoin Cash, Bitcoin, and Bitauth",
55
"type": "module",
66
"main": "./build/index.js",
@@ -84,8 +84,8 @@
8484
"version": "standard-version",
8585
"version:alpha": "standard-version --prerelease alpha",
8686
"reset": "git clean -dfx && git reset --hard && yarn",
87-
"prepare-release": "yarn reset && yarn test && yarn cov:check && yarn version",
88-
"prepare-release:alpha": "yarn reset && yarn test && yarn cov:check && yarn version:alpha"
87+
"prepare-release": "yarn reset && yarn test && yarn cov:check && yarn run version",
88+
"prepare-release:alpha": "yarn reset && yarn test && yarn cov:check && yarn run version:alpha"
8989
},
9090
"engines": {
9191
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"

0 commit comments

Comments
 (0)