Skip to content

Commit

Permalink
Release 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matmar10 committed Apr 25, 2022
1 parent 4c9fa04 commit 057b3d7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### [1.4.2](https://github.com/matmar10/prcolinter/compare/1.4.1...1.4.2) (2022-04-25)


### Bug Fixes

* action parameter definition required & defaults ([c4e8f91](https://github.com/matmar10/prcolinter/commit/c4e8f91834b8b0bb0310d471af581e73a4df855f))


### Documentation

* add logo source assets ([01435bb](https://github.com/matmar10/prcolinter/commit/01435bb0778ddc34fc67df083c5868cf659ac25d))

### [1.4.1](https://github.com/matmar10/prcolinter/compare/1.4.0...1.4.1) (2021-11-09)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prcolinter",
"version": "1.4.1",
"version": "1.4.2",
"description": "Easily lint each commit for your PRs against the Conventional Commit spec based on configurable Linter rules.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 057b3d7

Please sign in to comment.