Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 975 Bytes

CHANGELOG.md

File metadata and controls

16 lines (8 loc) · 975 Bytes

Changelog

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

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)