Releases: AbhyudayaSharma/react-git-info
Releases · AbhyudayaSharma/react-git-info
v2.0.1
https://www.npmjs.com/package/react-git-info/v/2.0.1
What's Changed
- Do not error out when a file called
HEAD
is present in the repository (#23) - Thanks @vasiliy0s - Internal: CI Build fix for newer create-react-app versions
- Internal: Update license
v2.0.0
https://www.npmjs.com/package/react-git-info/v/2.0.0
What's changed
v1.1.0
https://www.npmjs.com/package/react-git-info/v/1.1.0
What's Changed
v1.0.1
https://www.npmjs.com/package/react-git-info/v/1.0.1
What's Changed
- Do not use
git branch --show-current
to get the current branch. Instead usegit rev-parse --abbrev-ref HEAD
increasing compatibility with older git versions (#2).