Skip to content

Commit cbbc298

Browse files
committed
chore(main): release iso-passkeys 0.3.2
1 parent 4012b85 commit cbbc298

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
@@ -1,6 +1,6 @@
11
{
22
"packages/iso-base": "4.3.0",
3-
"packages/iso-passkeys": "0.3.1",
3+
"packages/iso-passkeys": "0.3.2",
44
"packages/iso-did": "2.1.1",
55
"packages/iso-signatures": "0.5.1",
66
"packages/iso-web": "2.1.0",

packages/iso-passkeys/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.3.2](https://github.com/hugomrdias/iso-repo/compare/iso-passkeys-v0.3.1...iso-passkeys-v0.3.2) (2026-03-15)
4+
5+
6+
### Bug Fixes
7+
8+
* refine TypeScript error handling and update test cases across multiple packages ([4012b85](https://github.com/hugomrdias/iso-repo/commit/4012b8537370ac86908df4825acf30964393f6e8))
9+
310
## [0.3.1](https://github.com/hugomrdias/iso-repo/compare/iso-passkeys-v0.3.0...iso-passkeys-v0.3.1) (2025-09-29)
411

512

packages/iso-passkeys/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "iso-passkeys",
33
"type": "module",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"description": "Passkeys tooling.",
66
"author": "Hugo Dias <hugomrdias@gmail.com> (hugodias.me)",
77
"license": "MIT",

0 commit comments

Comments
 (0)