diff --git a/CHANGELOG.md b/CHANGELOG.md index e6a057bb..312aa66d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.1.0-beta.0](https://github.com/bitauth/libauth/compare/v2.0.0...v2.1.0-beta.0) (2024-02-23) + ## [2.0.0](https://github.com/bitauth/libauth/compare/v2.0.0-alpha.8...v2.0.0) (2024-01-12) ### ⚠ BREAKING CHANGES diff --git a/package.json b/package.json index 6510f2aa..6d5a83bf 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,14 @@ { "name": "@bitauth/libauth", - "version": "2.0.0", + "version": "2.1.0-beta.0", "description": "ultra-lightweight library for Bitcoin Cash, Bitcoin, and Bitauth", "type": "module", "main": "./build/index.js", "types": "./build/index.d.ts", - "repository": "https://github.com/bitauth/libauth", + "repository": { + "type": "git", + "url": "git+https://github.com/bitauth/libauth.git" + }, "homepage": "https://libauth.org/", "license": "MIT", "keywords": [ @@ -144,6 +147,7 @@ "!build/**/*.map", "!**/*.spec.*", "!**/*.json", + "src/lib/key/word-lists/*.json", "CHANGELOG.md", "LICENSE", "README.md",