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)
- Drop support for node 14 and 16, add support for node 22
- Include typescript source in bundle (ef984e4)
- Drop support for node 14 and 16, add support for node 22 (268eb9c)
1.0.2 (2023-03-17)
- Fix a bug where the git hash was inappropriately truncated when there were no tags (fixes #3) (aad13ca)
1.0.1 (2022-05-25)
- Add workflow scripts to npmignore so they are not included in the package unnecessarily (3ab60ab)
1.0.0 (2022-05-25)
- There are no breaking changes, this release just marks the solidification of the public API.
- Add JSDoc for intellisense (c0b4cf6)
0.0.4 (2021-08-18)
- bump version of git-describe to get better behaviour when git is missing (920e257)
0.0.3 (2021-08-09)
- Add ability to specify alternate globs for picking up git tags (93c7f6c)
- Improve branch detection for gitlab (a742118)
0.0.2 (2021-02-20)
- ci: If the branch name cannot be determined, try to determine it from environment variables for Appveyor, CircleCI, Travis and GitLab (a3f11fa)
- Only use host part of hostname (7d16964)