File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ commitizen:
33 linear_base_url : https://linear.app/caesari
44 name : cz_github_linear_conventional
55 tag_format : $version
6- version : 1.4.0
6+ version : 1.4.1
77 version_files :
88 - src/__version__.py
99 - setup.py:version
Original file line number Diff line number Diff line change 1+ ## 1.4.1 (2022-02-24)
2+
3+ ### Fix
4+
5+ - ** [ cae-71] ( https://linear.app/caesari/issue/cae-71 ) ** : removing wrong job dependency [ 190a5] ( https://github.com/ThimDeveloper/cz-github-linear-conventional/commit/190a5e11e16b39402c5f5e514e546675673b299d )
6+
17## 1.4.0 (2022-02-24)
28
39### Feat
Original file line number Diff line number Diff line change 99
1010setup (
1111 name = "cz_github_linear_conventional" ,
12- version = "1.4.0 " ,
12+ version = "1.4.1 " ,
1313 py_modules = ["cz_github_linear_conventional" ],
1414 install_requires = ["commitizen" ],
1515 long_description = long_description ,
Original file line number Diff line number Diff line change 1- __version__ = "1.4.0 "
1+ __version__ = "1.4.1 "
You can’t perform that action at this time.
0 commit comments