Bug Fixes
- Address PR feedback for `parser_angular.py`
([`f7bc458`](https://github.com/python-semantic-release/python-semantic-release/commit/f7bc45841e6a5c762f99f936c292cee25fabcd02))
- `angular_parser_default_level_bump` should have plain-english settings - rename `TYPES` variable
to `LONG_TYPE_NAMES`
Features
- **parser_angular**: Allow customization in parser
([`298eebb`](https://github.com/python-semantic-release/python-semantic-release/commit/298eebbfab5c083505036ba1df47a5874a1eed6e))
- `parser_angular_allowed_types` controls allowed types - defaults stay the same: build, chore, ci,
docs, feat, fix, perf, style, refactor, test - `parser_angular_default_level_bump` controls the
default level to bump the version by - default stays at 0 - `parser_angular_minor_types` controls
which types trigger a minor version bump - default stays at only 'feat' -
`parser_angular_patch_types` controls which types trigger a patch version - default stays at 'fix'
or 'perf'