Skip to content

Commit dc82097

Browse files
committed
Release 1.4.1
1 parent 543c477 commit dc82097

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
### [1.4.1](https://github.com/matmar10/prcolinter/compare/1.4.0...1.4.1) (2021-11-09)
2+
3+
4+
### Bug Fixes
5+
6+
* handle commits from deleted github user ([c68def0](https://github.com/matmar10/prcolinter/commit/c68def07b0943de1356cff193dee205556685185)), closes [#23](https://github.com/matmar10/prcolinter/issues/23)
7+
8+
9+
### Continuous Integration
10+
11+
* add additional context debugging ([da6c5c8](https://github.com/matmar10/prcolinter/commit/da6c5c82b73256e74414a96bcd32aed86baa22bb))
12+
* add additional debug logging ([01459f9](https://github.com/matmar10/prcolinter/commit/01459f9b9e58607c183647aa3cd495bf0f8731a7))
13+
114
## [1.4.0](https://github.com/matmar10/prcolinter/compare/1.3.0...1.4.0) (2021-10-20)
215

316

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prcolinter",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Easily lint each commit for your PRs against the Conventional Commit spec based on configurable Linter rules.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)