Skip to content

Commit 825e84b

Browse files
committed
Release 1.1.0
1 parent a6a9754 commit 825e84b

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## [1.1.0](https://github.com/matmar10/pr-conventional-commit/compare/0.4.0...1.1.0) (2021-10-19)
2+
3+
4+
### Features
5+
6+
* allow specifying rules in file ([66e8ed4](https://github.com/matmar10/pr-conventional-commit/commit/66e8ed46ccb5e5aafd41ed8d02fc500df950bd98))
7+
* allow specifying rules in file ([b82a9e0](https://github.com/matmar10/pr-conventional-commit/commit/b82a9e0cde6ba4b958f1f36aa7f0c74f18b1e3c0))
8+
* specify rules in action ([4880aa2](https://github.com/matmar10/pr-conventional-commit/commit/4880aa25ae120dc87fe47e8ca8681ba7e077fbbf))
9+
* specify rules in action ([0eb0d55](https://github.com/matmar10/pr-conventional-commit/commit/0eb0d55e1f0954038cf344511764218b4bd4ee0b))
10+
11+
12+
### Bug Fixes
13+
14+
* correcty identify config path & load it ([a6a9754](https://github.com/matmar10/pr-conventional-commit/commit/a6a9754238145b2d6e37811891ccfb76437fec92))
15+
* inconsistent github token param ([ee0386b](https://github.com/matmar10/pr-conventional-commit/commit/ee0386b3b0f0a06eeaaabc71e9b0d1b8a88c8657))
16+
* remove overly verbose debug input ([df7c8ed](https://github.com/matmar10/pr-conventional-commit/commit/df7c8ed6d506ae3425ad972672fc02d2ddebdb7a))
17+
* test ([cf046b5](https://github.com/matmar10/pr-conventional-commit/commit/cf046b55b4e85adde8ef97b8dba09a981296b68b))
18+
19+
20+
### Continuous Integration
21+
22+
* add release & lint ([b46f016](https://github.com/matmar10/pr-conventional-commit/commit/b46f016294e20ae39175dc4dff4b211a14f97f39))
23+
24+
## [0.1.0](https://github.com/matmar10/pr-conventional-commit/compare/0.4.0...1.1.0) (2021-10-19)
25+
26+
27+
### Features
28+
29+
* add github PR commit linter action ([70b508b](https://github.com/matmar10/pr-conventional-commit/commit/70b508bbfbe180a26793313cede10a0803a1e6c6))
30+

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "pr-conventional-commit",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)