My changelog is generated by Lerna and looks something like this
# [12.98.0](https://some-git-link) (2022-08-23)
### Features
* **jira-1234:** add some new stuff [incomplete] ([24b358b](https:git-some-link))
When parsed, I use the versions[0].parsed["_"], however the value is jira-1234: add some new stuff incomplete] ([24b358b).
It looks like the [] is confusing the parsing logic and outputs in the wrong place.