Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

30 lines (23 loc) · 1.55 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

  • Rename this repository to core (#1031)
  • Update @metamask/controller-utils package (#1041)

Changed

  • Relax dependencies on @metamask/base-controller and @metamask/controller-utils (use ^ instead of ~) (#998)

Added

  • Initial release
    • As a result of converting our shared controllers repo into a monorepo (#831), we've created this package from select parts of @metamask/controllers v33.0.0, namely:

      • src/third-party/EnsController.ts
      • src/third-party/EnsController.test.ts

      All changes listed after this point were applied to this package following the monorepo conversion.