@metamask/kernel-rpc-methods
Version:
Utilities for implementing Ocap Kernel JSON-RPC methods
25 lines (14 loc) • 793 B
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.2.0]
### Changed
- Support `Promise<void>` in addition to `void` for result types ([#528](https://github.com/MetaMask/ocap-kernel/pull/528))
## [0.1.0]
### Added
- Initial release.
[Unreleased]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-rpc-methods@0.2.0...HEAD
[0.2.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-rpc-methods@0.1.0...@metamask/kernel-rpc-methods@0.2.0
[0.1.0]: https://github.com/MetaMask/ocap-kernel/releases/tag/@metamask/kernel-rpc-methods@0.1.0