Skip to content

Commit e376c29

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

2 files changed

Lines changed: 4 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.1](https://github.com/bitauth/libauth/compare/v2.1.0-beta.0...v2.1.0-beta.1) (2024-02-23)
6+
57
## [2.1.0-beta.0](https://github.com/bitauth/libauth/compare/v2.0.0...v2.1.0-beta.0) (2024-02-23)
68

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitauth/libauth",
3-
"version": "2.1.0-beta.0",
3+
"version": "2.1.0-beta.1",
44
"description": "ultra-lightweight library for Bitcoin Cash, Bitcoin, and Bitauth",
55
"type": "module",
66
"main": "./build/index.js",
@@ -147,7 +147,7 @@
147147
"!build/**/*.map",
148148
"!**/*.spec.*",
149149
"!**/*.json",
150-
"src/lib/key/word-lists/*.json",
150+
"build/lib/key/word-lists/*.json",
151151
"CHANGELOG.md",
152152
"LICENSE",
153153
"README.md",

0 commit comments

Comments
 (0)