Skip to content

Commit 29fcfac

Browse files
bump: version 1.4.0 → 1.4.1
1 parent d800ab9 commit 29fcfac

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
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,

src/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.4.0"
1+
__version__ = "1.4.1"

0 commit comments

Comments
 (0)