Skip to content

Commit

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


### Features

* add debugging ([f7818ff](https://github.com/matmar10/prcolinter/commit/f7818ff9a72cc0e18d3d4bc553c00f9f124d37fd))


### Styles

* turn off require refs ([5331b75](https://github.com/matmar10/prcolinter/commit/5331b75f0bb2893fab465a0a63544e67f027f426))


### Documentation

* add instructions for debug mode ([37cf5d0](https://github.com/matmar10/prcolinter/commit/37cf5d0dac72adaaeec476dbb01dd3c55babb8ba))

### [1.2.1](https://github.com/matmar10/prcolinter/compare/1.2.0...1.2.1) (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.1",
"version": "1.3.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 b67088a

Please sign in to comment.