Skip to content

Latest commit

 

History

History
59 lines (33 loc) · 3.19 KB

File metadata and controls

59 lines (33 loc) · 3.19 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.1.0 (2024-07-26)

Features

  • branch-utilities: add tests and fix typos (65f3bde)
  • branch-utilities: added branchName and isPr override via ENV (b0f502a)
  • branch-utilities: make eslint happy (a276015)

3.0.0 (2024-07-13)

Bug Fixes

  • use correct syntax to provide args to npm scripts (f2353c1)

Build System

  • deps: upgrade typescript and minimum required node version (8417ec4)

BREAKING CHANGES

  • deps: Minimum required node version is 20. In general the runtime (node or browser for utilities) must support es2023.

2.1.0 (2024-05-15)

Features

2.0.1 (2022-12-12)

Note: Version bump only for package @shiftcode/branch-utilities

2.0.0 (2022-12-12)

Features

  • branch-utilities: start using ESM (4eaeba1)
  • branch-utilities: start using ESM with jest (10190de)

BREAKING CHANGES

  • branch-utilities: can not be imported from CommonJS modules anymore

1.1.0 (2022-10-11)

Features

  • stage-info: add the StageInfo interface and its creator function (f2f4208)

1.0.0 (2022-01-10)

Note: Version bump only for package @shiftcode/branch-utilities