Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matmar10 committed Oct 19, 2021
1 parent 2d172bd commit 375989b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.0](https://github.com/matmar10/prcolinter/compare/1.1.3...1.2.0) (2021-10-19)


### Features

* comment on pull request with lint report ([2d172bd](https://github.com/matmar10/prcolinter/commit/2d172bdb4f04b5bcc6a0f44bead7852474dea890)), closes [#14](https://github.com/matmar10/prcolinter/issues/14)

### [1.1.3](https://github.com/matmar10/prcolinter/compare/1.1.2...1.1.3) (2021-10-19)


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.1.3",
"version": "1.2.0",
"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 375989b

Please sign in to comment.