You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: allow to optionally removeMarkdown or not through an options object
* feat: optionally accept options object as first argument (non-breaking)
* ci: drop 4 & 6, add 10
body: '### Added'+EOL+EOL+'- Some changelog generators such as [standard-version](https://github.com/conventional-changelog/standard-version) would produce H1s for major versions and H2s for minor versions. We want the parser to be able to parse both.',
50
+
parsed: {
51
+
_: [
52
+
'Some changelog generators such as standard-version would produce H1s for major versions and H2s for minor versions. We want the parser to be able to parse both.'
53
+
],
54
+
Added: [
55
+
'Some changelog generators such as standard-version would produce H1s for major versions and H2s for minor versions. We want the parser to be able to parse both.'
56
+
]
57
+
}
58
+
},
59
+
{
60
+
version: '2.2.3-pre.1',
61
+
title: '2.2.3-pre.1 - 2013-02-14',
62
+
'date': '2013-02-14',
63
+
body: '### Added'+EOL+'- Added an item.'+EOL+'* Added another item.'+EOL+EOL+'* Update API',
body: '### Added'+EOL+EOL+'- Some changelog generators such as [standard-version](https://github.com/conventional-changelog/standard-version) would produce H1s for major versions and H2s for minor versions. We want the parser to be able to parse both.',
50
+
parsed: {
51
+
_: [
52
+
'- Some changelog generators such as [standard-version](https://github.com/conventional-changelog/standard-version) would produce H1s for major versions and H2s for minor versions. We want the parser to be able to parse both.'
53
+
],
54
+
Added: [
55
+
'- Some changelog generators such as [standard-version](https://github.com/conventional-changelog/standard-version) would produce H1s for major versions and H2s for minor versions. We want the parser to be able to parse both.'
56
+
]
57
+
}
58
+
},
59
+
{
60
+
version: '2.2.3-pre.1',
61
+
title: '2.2.3-pre.1 - 2013-02-14',
62
+
'date': '2013-02-14',
63
+
body: '### Added'+EOL+'- Added an item.'+EOL+'* Added another item.'+EOL+EOL+'* Update API',
0 commit comments