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

Latest commit

 

History

History
38 lines (30 loc) · 1.74 KB

CHANGELOG.md

File metadata and controls

38 lines (30 loc) · 1.74 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

  • Package renamed to @metamask/template-snap
  • @metamask/[email protected] (#4)
  • Add more content to the custom confirmation
  • Add cleanup script, more instructions in readme

Fixed

  • snap_confirm call (#168)
    • The Snap was passing invalid parameters to the method.

Added

  • SVG icon (#163)
    • Adds an icon file at images/icon.svg and a reference to it in snap.manifest.json.

Changed

  • BREAKING: Support the new Snaps publishing specification (#140, #157)
    • This introduces several breaking changes to how Snaps are developed, hosted, and represented at runtime. See the specification and the referenced pull requests for details.

Added

  • Initial release.