Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matmar10 committed Oct 19, 2021
1 parent 065e37e commit 3446dfc
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.1](https://github.com/matmar10/prcolinter/compare/1.2.0...1.2.1) (2021-10-19)


### Bug Fixes

* show success report ([54a7ae3](https://github.com/matmar10/prcolinter/commit/54a7ae3a33b13680e60cdbd5d639c73963adf2e0)), closes [#15](https://github.com/matmar10/prcolinter/issues/15)

## [1.2.0](https://github.com/matmar10/prcolinter/compare/1.1.3...1.2.0) (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.2.0",
"version": "1.2.1",
"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 3446dfc

Please sign in to comment.