Skip to content

Commit 5c07cc0

Browse files
authored
chore(main): release iso-signatures 0.5.1 (#396)
1 parent 44ba00e commit 5c07cc0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages/iso-base": "4.2.1",
33
"packages/iso-passkeys": "0.3.1",
44
"packages/iso-did": "2.1.1",
5-
"packages/iso-signatures": "0.5.0",
5+
"packages/iso-signatures": "0.5.1",
66
"packages/iso-web": "1.4.0",
77
"packages/iso-kv": "3.1.0",
88
"packages/iso-websocket": "0.4.0",

packages/iso-signatures/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.5.1](https://github.com/hugomrdias/iso-repo/compare/iso-signatures-v0.5.0...iso-signatures-v0.5.1) (2025-09-29)
4+
5+
6+
### Bug Fixes
7+
8+
* replace BufferSource with Uint8Array in type definitions and function parameters ([09a2277](https://github.com/hugomrdias/iso-repo/commit/09a2277ee5587091bb1b7152d479c1a608ef0d82))
9+
310
## [0.5.0](https://github.com/hugomrdias/iso-repo/compare/iso-signatures-v0.4.0...iso-signatures-v0.5.0) (2025-08-27)
411

512

packages/iso-signatures/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "iso-signatures",
33
"type": "module",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"description": "Signatures tooling.",
66
"author": "Hugo Dias <[email protected]> (hugodias.me)",
77
"license": "MIT",

0 commit comments

Comments
 (0)