Skip to content

Latest commit

 

History

History
188 lines (86 loc) · 9.29 KB

CHANGELOG.md

File metadata and controls

188 lines (86 loc) · 9.29 KB

4.0.0 (2024-03-31)

⚠ BREAKING CHANGES

  • support for Yarn 4 and Conventional Changelog 7

Features

  • support for Yarn 4 and Conventional Changelog 7 (f74ee7d)

3.0.0 (2024-01-07)

⚠ BREAKING CHANGES

  • support for Yarn 4 and Conventional Changelog 7

Features

  • support for Yarn 4 and Conventional Changelog 7 (f74ee7d)

2.0.2 (2023-07-27)

Bug Fixes

  • plugin-release: avoid git concurrency issues when running with workspaces foreach (5b8c6fb)

2.0.1 (2023-07-27)

Bug Fixes

  • plugin-release: render more error details when git operations fail (9ab7d47)

2.0.0 (2022-08-19)

⚠ BREAKING CHANGES

  • plugin-release: make project-level CalVer tag optional and disabled by default

Features

  • plugin-release: make project-level CalVer tag optional and disabled by default (63af7b4)

Bug Fixes

  • plugin-release: reset prerelease level when the calendar version changes (7c03312)

1.8.0 (2022-08-18)

Features

  • plugin-release: support manually bumping to prerelease versions (d6cd5d1)

1.7.0 (2022-08-12)

Features

  • plugin-release: support manually bumping to prerelease versions (d6cd5d1)

1.7.0 (2022-01-20)

Features

  • plugin-esm-loader-typescript: initial experimental version (ffe88a2)

1.6.4 (2021-12-09)

Bug Fixes

  • plugin-release: work around stream.pipeline bug present Node 16.10-16.13.0 (29f3b28)

1.6.3 (2021-09-09)

Bug Fixes

  • plugin-release: correct the initial prerelease bump for packages without stable tags (48a93a4)

1.6.2 (2021-08-24)

Bug Fixes

  • plugin-release: remove hyperlink from annotated tag message (6c9beaa)

1.6.1 (2021-08-23)

Bug Fixes

  • plugin-release: compatibility with Node 12, changelogs in stable release tags (82c5385)
  • plugin-release: make --dry-run actually have an effect for release-commit (ea0555d)
  • plugin-release: only output new changelog text with --dry-run (1150d53)

1.6.0 (2021-08-14)

Features

  • plugin-release: support configuring commit types that count as code changes (5d130e1)
  • plugin-release: support rolling up commits with unstable releases in a stable release's changelog (b8c22fd)

1.5.1 (2021-08-12)

Bug Fixes

  • plugin-release: packages would receive an incorrect prerelease bump if they don't yet have a stable release (06c72ce)

1.5.0 (2021-08-12)

Features

  • plugin-release: skip unstable tags when creating a stable release (0da6538)

1.4.1 (2021-08-12)

Bug Fixes

  • plugin-release: add back a default date for changelogs (f79d01d)
  • plugin-release: fix prerelease CalVer logic (88729af)
  • plugin-release: give the annotated tag a proper subject line (6034b22)

Reverts

  • Revert "fix(plugin-release): don't return early when there are no workspaces to tag" (63be8d4)

1.4.0 (2021-08-11)

Features

  • plugin-release: improve prerelease flow (aab08ec)
  • plugin-release: support overriding the changelog release date (5191847)

1.3.0 (2021-08-11)

Features

  • plugin-release: add args for controlling commit and tagging behavior (86e2637)

Bug Fixes

  • plugin-release: don't return early when there are no workspaces to tag (e24c129)
  • plugin-release: error message typo (f687f76)

1.2.0 (2021-06-21)

Features

  • plugin-release: support generating changelogs for unversioned private packages (c03b436)

1.1.0 (2021-06-21)

Features

  • plugin-release: add postrelease lifecycle script support (3cba53d)
  • plugin-release: use annotated tag for monorepo release (fc3f1fb)

Bug Fixes

  • plugin-release: avoid race condition created by persisting project on install (d18d434)
  • plugin-release: fix fetching changelog for annotated tag message (ac6ddb5)

1.0.0 (2021-06-20)

Features

  • plugin-release: initial plugin implementation (7154827)