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 .github/release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"packages/iso-web": "2.2.0",
"packages/iso-kv": "3.1.1",
"packages/iso-websocket": "0.5.0",
"packages/iso-ucan": "0.4.2",
"packages/iso-ucan": "0.5.0",
"packages/iso-ledger": "0.1.7",
"packages/configs": "1.1.3",
"packages/docs": "0.2.0"
Expand Down
16 changes: 16 additions & 0 deletions packages/iso-ucan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.5.0](https://github.com/hugomrdias/iso-repo/compare/iso-ucan-v0.4.2...iso-ucan-v0.5.0) (2026-04-19)


### Features

* add RPC layer with protocol definition and example usage ([2db3500](https://github.com/hugomrdias/iso-repo/commit/2db3500030dc198185247b8e47a05de9795f17c6))
* restructure RPC module and remove deprecated client/server files ([2f4104e](https://github.com/hugomrdias/iso-repo/commit/2f4104e1269527c7d729924a56d76842cf0f2ae9))
* update proof assertion logic and enhance chain resolution in store ([eede4dc](https://github.com/hugomrdias/iso-repo/commit/eede4dc591516ca50241db5312ffca3667af7c71))


### Bug Fixes

* add spec invocation fixtures to the tests ([0621d9a](https://github.com/hugomrdias/iso-repo/commit/0621d9a6eb961010865bf1e450d69f3f7ee70b3f))
* refine TypeScript error handling and update test cases across multiple packages ([4012b85](https://github.com/hugomrdias/iso-repo/commit/4012b8537370ac86908df4825acf30964393f6e8))
* replace base64pad with base64 in delegation module ([3bf3b2c](https://github.com/hugomrdias/iso-repo/commit/3bf3b2cd47ec83e9e5992e5c93a140401c3be9f8))

## [0.4.2](https://github.com/hugomrdias/iso-repo/compare/iso-ucan-v0.4.1...iso-ucan-v0.4.2) (2025-11-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/iso-ucan/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iso-ucan",
"type": "module",
"version": "0.4.2",
"version": "0.5.0",
"description": "Isomorphic UCAN",
"author": "Hugo Dias <hugomrdias@gmail.com> (hugodias.me)",
"license": "MIT",
Expand Down