Simple Git Hooks Versions Save

A simple git hooks manager for small projects

2.11.1

1 month ago

Package.json was updated with correct linkage to the repository

Full Changelog: https://github.com/toplenboren/simple-git-hooks/compare/2.11.0...2.11.1

2.11.0

2 months ago

What's Changed

Full Changelog: https://github.com/toplenboren/simple-git-hooks/compare/2.10.0...2.11.0

2.10.0

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/toplenboren/simple-git-hooks/compare/2.9.0...2.10.0

2.9.0

9 months ago

Hi! This release incorporates all the latest changes.

What's Changed

New Contributors

Full Changelog: https://github.com/toplenboren/simple-git-hooks/compare/2.8.1...2.9.0

2.8.1

9 months ago

What's Changed

Full Changelog: https://github.com/toplenboren/simple-git-hooks/compare/2.8.0...2.8.1

2.8.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/toplenboren/simple-git-hooks/compare/2.7.0...2.8.0

2.7.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/toplenboren/simple-git-hooks/compare/2.6.1...2.7.0

2.6.1

2 years ago
  • Add the support for .cjs configs

2.5.1

2 years ago
  • Always use LF as EOL symbol (fix a 🐛 when hooks are created on windows and then run on unix)
  • Always create the hook directory (fix a 🐛 with SourceTree and GitHub Desktop)

2.4.1

3 years ago
  • Fix pnpm root detection
  • Add an ability to not remove unused git hooks