56 lines
1.7 KiB
Markdown
Raw Normal View History

2019-12-05 15:03:09 -05:00
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2019-12-18 12:07:13 -05:00
# [5.0.0-alpha.7](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.6...v5.0.0-alpha.7) (2019-12-18)
### Bug Fixes
* **@embark/rpc-manager:** fix sign data address comparison ([1bc967c](https://github.com/embark-framework/embark/commit/1bc967c))
2019-12-16 13:49:41 -05:00
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
### Bug Fixes
* **@embarkrpc-manager:** fix infinite loop in eth_accounts modifier ([7e70761](https://github.com/embark-framework/embark/commit/7e70761))
2019-12-12 11:38:22 -05:00
# [5.0.0-alpha.4](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.3...v5.0.0-alpha.4) (2019-12-12)
**Note:** Version bump only for package embark-rpc-manager
2019-12-06 06:15:07 -05:00
# [5.0.0-alpha.3](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2019-12-06)
**Note:** Version bump only for package embark-rpc-manager
2019-12-05 15:03:09 -05:00
# [5.0.0-alpha.2](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-12-05)
### Bug Fixes
* **@embark/proxy:** Fix unsubsribe handling and add new provider ([f6f4507](https://github.com/embark-framework/embark/commit/f6f4507))
* **@embark/rpc-manager:** implement missing RPC modifier for eth_sign ([4ebbb44](https://github.com/embark-framework/embark/commit/4ebbb44))
### Features
* **@embark/embark-rpc-manager:** Add support for `eth_signTypedData_v3` ([c7ec49a](https://github.com/embark-framework/embark/commit/c7ec49a)), closes [#1850](https://github.com/embark-framework/embark/issues/1850) [#1850](https://github.com/embark-framework/embark/issues/1850)