Skip to content

Releases: saneef/eleventy-plugin-git-commit-date

v1.0.2

27 Feb 11:01
6a4dece

Choose a tag to compare

What's Changed

  • Fixed: always returns undefined instead of date.

Full Changelog: v1.0.1...v1.0.2

v1.0.1

27 Feb 10:08
8d0494d

Choose a tag to compare

What's Changed

  • Replaces Node spawn with exec. fe364cb
  • Fix: Fails in Netlify CI in #5

Full Changelog: v1.0.0...v1.0.1

v1.0.0

27 Feb 07:36
a0179be

Choose a tag to compare

What's Changed

  • It's much faster! All thanks to Jens Oliver Meiert.
  • Made it into an async filter.
  • BREAKING CHANGE: Requires Node version 18 or higher to work with the latest Eleventy.

Full Changelog: v0.1.3...v1.0.0