Skip to content

Releases: vondenstein/gatsby-plugin-git-lastmod

v0.2.1

10 Mar 22:03
22e2c67
Compare
Choose a tag to compare

This release includes security patches/fixes.

Updates

  • Updated dependencies to remove some security vulnerabilities

v0.2.0

02 Feb 06:55
0927399
Compare
Choose a tag to compare

This release includes better error handling and messaging.

Updates

  • Provides a configuration option to allow Gatsby build to continue even if a git repo is not present.
  • Improved error messaging when the git repository cannot be found.

v0.1.2

22 Mar 05:23
2ed3c01
Compare
Choose a tag to compare

The first release of gatsby-plugin-git-lastmod!

Features

This release includes two features:

  • Adds git commit date to the lastMod field in page context
  • Provides a fallback option to set lastMod to be the current date if no git commit date is found