Skip to content

Latest commit

 

History

History
77 lines (34 loc) · 3.22 KB

File metadata and controls

77 lines (34 loc) · 3.22 KB

Changelog

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

2.0.0 (2024-06-22)

⚠ BREAKING CHANGES

  • Drop support for node 14 and 16, add support for node 22

Bug Fixes

  • Include typescript source in bundle (ef984e4)

Miscellaneous Chores

  • Drop support for node 14 and 16, add support for node 22 (268eb9c)

1.0.2 (2023-03-17)

Bug Fixes

  • Fix a bug where the git hash was inappropriately truncated when there were no tags (fixes #3) (aad13ca)

1.0.1 (2022-05-25)

Fixes and Improvements

  • Add workflow scripts to npmignore so they are not included in the package unnecessarily (3ab60ab)

1.0.0 (2022-05-25)

⚠ BREAKING CHANGES

  • There are no breaking changes, this release just marks the solidification of the public API.

Features

  • Add JSDoc for intellisense (c0b4cf6)

0.0.4 (2021-08-18)

Fixes and Improvements

  • bump version of git-describe to get better behaviour when git is missing (920e257)

0.0.3 (2021-08-09)

Features

  • Add ability to specify alternate globs for picking up git tags (93c7f6c)

Fixes and Improvements

  • Improve branch detection for gitlab (a742118)

0.0.2 (2021-02-20)

Features

  • ci: If the branch name cannot be determined, try to determine it from environment variables for Appveyor, CircleCI, Travis and GitLab (a3f11fa)

Fixes and Improvements

  • Only use host part of hostname (7d16964)

0.0.1 (2021-02-18)