Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

23 lines (11 loc) · 1.28 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.1.1 (2022-05-23)

Fixes and Improvements

  • Typescript match option now accepts null/false, if you want to not pass --match down to git (9174ecc)

4.1.0 (2021-08-16)

Features

  • Add long option to match behaviour of git describe --long (Fixes #15) (0469061)
  • Add typescript types (9638b74)

Fixes and Improvements

  • Throw the correct error message when gitDescribeSync is invoked without git in the $PATH (Fixes #17) (2d1df12)