Skip to content

Commit f1e37fa

Browse files
committed
chore(release): 2.1.0-beta.0
1 parent 4709c17 commit f1e37fa

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.1.0-beta.0](https://github.com/bitauth/libauth/compare/v2.0.0...v2.1.0-beta.0) (2024-02-23)
6+
57
## [2.0.0](https://github.com/bitauth/libauth/compare/v2.0.0-alpha.8...v2.0.0) (2024-01-12)
68

79
### ⚠ BREAKING CHANGES

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
22
"name": "@bitauth/libauth",
3-
"version": "2.0.0",
3+
"version": "2.1.0-beta.0",
44
"description": "ultra-lightweight library for Bitcoin Cash, Bitcoin, and Bitauth",
55
"type": "module",
66
"main": "./build/index.js",
77
"types": "./build/index.d.ts",
8-
"repository": "https://github.com/bitauth/libauth",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/bitauth/libauth.git"
11+
},
912
"homepage": "https://libauth.org/",
1013
"license": "MIT",
1114
"keywords": [
@@ -144,6 +147,7 @@
144147
"!build/**/*.map",
145148
"!**/*.spec.*",
146149
"!**/*.json",
150+
"src/lib/key/word-lists/*.json",
147151
"CHANGELOG.md",
148152
"LICENSE",
149153
"README.md",

0 commit comments

Comments
 (0)