Skip to content

Commit

Permalink
bump: version 1.4.8 → 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 1, 2024
1 parent 0d989bd commit 15b984b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[tool.commitizen]
name = "cz_conventional_commits"
version = "1.4.8"
version = "1.5.0"
tag_format = "v$version"
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v1.5.0 (2024-05-01)

### Feat

- extends Analyzer with custom allowed errors via functional options
- add few more allowed errors from std

### Refactor

- speed up isAllowedErrAndFunc via map

## v1.4.8 (2024-01-25)

### Fix
Expand Down

0 comments on commit 15b984b

Please sign in to comment.