Skip to content

Latest commit

 

History

History
80 lines (44 loc) · 5.78 KB

CHANGELOG.md

File metadata and controls

80 lines (44 loc) · 5.78 KB

Changelog

1.27.2 (2021-07-03)

Bug Fixes

  • update-v8: force-add all files after cloning V8 (#549) (f23ff61)

1.27.1 (2021-06-10)

Bug Fixes

  • pr-checker: shouldn't fail on SKIPPED (a578cd7)

1.27.0 (2021-02-26)

Features

  • update CI requirements for landing pull requests (#533) (ad3c76b)

Bug Fixes

  • wpt: download files as buffer instead of text (#535) (d6fad2a)
  • wpt: order version keys alphabetically (#536) (308982b)

1.26.0 (2021-02-08)

Features

  • automate creation of the first LTS release (#514) (53e68b4)
  • make --checkCI optionable for git-node-land (#528) (b0be3dd)

Bug Fixes

  • accommodate case changes in README header (e8ef932)
  • fetch most recent 100 commits (#520) (3c862d1)
  • throw on missing info during release prep (#519) (223d075)
  • v8: correct order of ternary (#513) (6dab341)
  • undefined failures & JSON error (2c0cf83)

1.25.0 (2020-09-29)

Features

  • allow to fixup everything into first commit with fixupAll (4ad4a58)
  • support NCU_VERBOSITY=debug environment variable (4f84166)

Bug Fixes

1.24.0 (2020-08-21)

Features

  • check Actions and handle doc-only changes (855f1d4)
  • implement autorebase for PRs with multiple commits (17ea885)
  • make lint check opt-in (b567c1e)
  • git-node: add git-node status (ebc8fb2)

Bug Fixes