Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Latest commit

 

History

History
47 lines (38 loc) · 2.36 KB

CHANGELOG.md

File metadata and controls

47 lines (38 loc) · 2.36 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Changed

  • Add missing ISC license information (#24)

Changed

  • Bump @metamask/json-rpc-engine from ^7.0.0 to ^7.1.0 (#25)
  • Bump @metamask/utils from ^5.0.1 to ^8.1.0 (#25)

Fixed

  • BREAKING: Update minimum Node.js version to 16 (#20)
  • Switched json-rpc-engine@^6.1.0 -> @metamask/json-rpc-engine@^7.0.0 (#16)
    • BREAKING: Typescript type updates
  • Updated dependencies: (#16)

Release v2.0.0 is identical to v1.0.1 aside from Node.js version requirement imposed by a dependency updates has been made explicit.

1.0.1 [RETRACTED]

Changed

  • BREAKING: Update minimum Node.js version to 16 (#20)
  • Switched json-rpc-engine@^6.1.0 -> @metamask/json-rpc-engine@^7.0.0 (#16)
    • BREAKING: Typescript type updates
  • Updated dependencies: (#16)

Added

  • Initial release, including providerFromEngine and providerFromMiddleware