https://www.npmjs.com/package/react-git-info/v/2.0.0
What's changed
- Breaking Change:
GitInfo().branch
is now undefined
when in a detached HEAD state
- TypeScript type definitions are now included in the npm distribution (#4) - Thanks @Snaptags
- Faster performance thanks to reduced number of calls to Git (#5) - Thanks @Snaptags
- CI builds (#8)