diff --git a/packages/it-rpc/CHANGELOG.md b/packages/it-rpc/CHANGELOG.md index 6bbac97f..87b57b44 100644 --- a/packages/it-rpc/CHANGELOG.md +++ b/packages/it-rpc/CHANGELOG.md @@ -1,3 +1,15 @@ +## [it-rpc-v1.0.1](https://github.com/achingbrain/it/compare/it-rpc-1.0.0...it-rpc-1.0.1) (2024-06-19) + + +### Bug Fixes + +* retain invocation context ([#135](https://github.com/achingbrain/it/issues/135)) ([595aa93](https://github.com/achingbrain/it/commit/595aa932da6e338b1711f231109f6cc1d4f947c5)) + + +### Trivial Changes + +* update to the latest aegir release ([#131](https://github.com/achingbrain/it/issues/131)) ([a20e5b5](https://github.com/achingbrain/it/commit/a20e5b54142fd5c7db19d360f5456a8c2747cc3e)) + ## it-rpc 1.0.0 (2024-05-26) diff --git a/packages/it-rpc/package.json b/packages/it-rpc/package.json index e13609d1..d28e3370 100644 --- a/packages/it-rpc/package.json +++ b/packages/it-rpc/package.json @@ -1,6 +1,6 @@ { "name": "it-rpc", - "version": "1.0.0", + "version": "1.0.1", "description": "Schema-free RPC over async iterables", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/achingbrain/it/tree/main/packages/it-rpc#readme",