Skip to content

Latest commit

 

History

History
178 lines (86 loc) · 9.29 KB

CHANGELOG.md

File metadata and controls

178 lines (86 loc) · 9.29 KB

4.0.0 (2023-12-12)

⚠ BREAKING CHANGES

  • deps: bump ghauth from 5.0.2 to 6.0.0 (#157)

Trivial Changes

  • deps: bump ghauth from 5.0.2 to 6.0.0 (#157) (d75c5d2)

3.2.7 (2023-12-12)

Trivial Changes

  • drop 16.x and add 20.x to CI (cc0ecb8)

3.2.6 (2023-10-25)

Trivial Changes

  • deps: bump actions/setup-node from 3.8.1 to 4.0.0 (184e2bb)

3.2.5 (2023-09-27)

Bug Fixes

Trivial Changes

  • deps: bump @octokit/graphql from 5.0.6 to 7.0.1 (e0385f1)
  • deps: bump actions/checkout from 3 to 4 (006c2d0)
  • deps: bump actions/setup-node from 3.6.0 to 3.8.0 (2e8bce3)
  • deps: bump actions/setup-node from 3.8.0 to 3.8.1 (46deecf)
  • update dependencies (7881e1b)

3.2.4 (2023-05-15)

Trivial Changes

  • deps: bump remark-preset-lint-node from 3.4.0 to 4.0.0 (7eae6ff)

3.2.3 (2023-04-10)

Bug Fixes

3.2.2 (2023-04-06)

Trivial Changes

  • deps: bump commit-stream from 1.1.0 to 2.0.1 (8821209)

3.2.1 (2022-07-12)

Trivial Changes

  • deps: bump @octokit/graphql from 4.8.0 to 5.0.0 (#132) (a44c88e)

3.2.0 (2022-06-16)

Features

  • --find-matching-prs for commits without PR-URL (#130) (0aa7a2e)

Trivial Changes

  • update node versions in Actions matrix (& enable macos) (#131) (2a87620)

3.1.0 (2022-05-05)

Features

  • add collect-commit-labels to exports (#127) (ad41ebf)

Trivial Changes

  • no-release: bump actions/checkout from 2 to 3 (#125) (dfcda56)
  • no-release: bump actions/setup-node from 2 to 3 (#124) (89a19e0)
  • no-release: bump standard from 16.0.4 to 17.0.0 (#129) (387fff4)
  • no-release: bump tap from 15.2.3 to 16.0.0 (#126) (6665653)

3.0.0 (2022-01-17)

⚠ BREAKING CHANGES

  • switch to ESM, fix output colourising, dedupe more code w/ branch-diff

Features

  • switch to ESM, fix output colourising, dedupe more code w/ branch-diff (cf51a0f)

Bug Fixes

  • add back --format=x arg option (1462378)

Trivial Changes

  • remove Node.js v12 support (fcf0d85)

2.8.0 (2022-01-17)

Features

  • escape markdown characters in user provided strings (#122) (aa0234f)

2.7.4 (2021-11-23)

Trivial Changes

  • deps: remove package-lock.json (#118) (a059bc7)
  • no-release: bump tap from 15.0.10 to 15.1.1 (#113) (fcfc5c8)

2.7.3 (2021-10-28)

Trivial Changes

  • deps: bump async from 3.2.1 to 3.2.2 (790bb0a)

2.7.2 (2021-10-25)

Trivial Changes

  • deps: bump split2 from 4.0.0 to 4.1.0 (f9676c0)

2.7.1 (2021-10-15)

Trivial Changes

  • deps: bump split2 from 3.2.2 to 4.0.0 (#109) (365916f)

2.7.0 (2021-10-14)

Features

  • run Node.js markdown formatter on markdown output (#98) (26afb81)

Bug Fixes

  • main instead of master (c6aac22)
  • remove build step from release process (ec2b9c0)

Trivial Changes