Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "5.0.0-rc.7"
".": "5.0.0-rc.8"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [5.0.0-rc.8](https://github.com/cashubtc/cashu-ts/compare/v5.0.0-rc.7...v5.0.0-rc.8) (2026-08-27)


### Features

* **model:** expose NUT-06 urls, time and tos_url on MintInfo ([#1003](https://github.com/cashubtc/cashu-ts/issues/1003)) ([832a71c](https://github.com/cashubtc/cashu-ts/commit/832a71c3e5b606f42d46688525e24ffeaab71150))
* **utils:** findCashuPayload to locate tokens and payment requests in text ([#967](https://github.com/cashubtc/cashu-ts/issues/967)) ([d094499](https://github.com/cashubtc/cashu-ts/commit/d09449955036e0630164d9da4fa44e9e744c86ba))
* **wallet:** add LockBuilder and asLocked as forward-compatible names ([#995](https://github.com/cashubtc/cashu-ts/issues/995)) ([4d69fe7](https://github.com/cashubtc/cashu-ts/commit/4d69fe734649a35724d51f84d9d3fc2dbe839801))
* **wallet:** add swap preview serialize helpers and persistence docs ([#972](https://github.com/cashubtc/cashu-ts/issues/972)) ([02f0bfe](https://github.com/cashubtc/cashu-ts/commit/02f0bfe6e3f06b4c0027c4312d9fef1944e26d21))


### Bug Fixes

* **transport:** split request option precedence by option class ([#968](https://github.com/cashubtc/cashu-ts/issues/968)) ([603553d](https://github.com/cashubtc/cashu-ts/commit/603553dd2c4716ae7fb8c16b34de9220e176bda2))
* **utils:** make base64 and CBOR payload decoding consistent across platforms ([#986](https://github.com/cashubtc/cashu-ts/issues/986)) ([59d36b1](https://github.com/cashubtc/cashu-ts/commit/59d36b1d38488881fdc886c98087d8b26a40b0ed))
* **wallet:** keep large proofs in the close-match selection pool ([#1001](https://github.com/cashubtc/cashu-ts/issues/1001)) ([a9ade37](https://github.com/cashubtc/cashu-ts/commit/a9ade37e4e29277358f10d79f2650a895f1f08ac))

## [5.0.0-rc.7](https://github.com/cashubtc/cashu-ts/compare/v5.0.0-rc.6...v5.0.0-rc.7) (2026-08-16)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cashu/cashu-ts",
"version": "5.0.0-rc.7",
"version": "5.0.0-rc.8",
"description": "cashu library for communicating with a cashu mint",
"type": "module",
"engines": {
Expand Down
Loading