rollup v2.72.0 Release Notes

  • 2022-05-05

    ๐Ÿ”‹ Features

    • โž• Add CLI hooks to run external commands at certain points in watch mode (#4457)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix an issue that could accidentally treat relevant assignments as side effect free (#4486)

    Pull Requests

    • #4457: feat: CLI event hook flags (@Harris-Miller)
    • #4486: Fix reassignment tracking (@lukastaegert)