Skip to content

Latest commit

 

History

History
45 lines (21 loc) · 2.7 KB

CHANGELOG.md

File metadata and controls

45 lines (21 loc) · 2.7 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.0 (2023-01-03)

Features

  • Add ignoreCommits config value to skip single commit linting when unnecessary (#18) (32b4070)

Bug Fixes

  • lint commit subject only, disregard body (#20) (0803514)

0.1.2 (2021-11-11)

Features

0.1.1 (2021-07-25)

Bug Fixes

  • check PR title and commit subject equality (#13) (2ece7b9), closes #12
  • use config-conventional parserOpts (#14) (8194ce5), closes #12

0.1.0 (2021-05-26)

0.0.1 (2021-05-21)

Features

Bug Fixes

  • add missing dep, add workflow event trigger (#4) (274b900)
  • config object, add tests (#5) (1976843)