Skip to content

Commit c37c159

Browse files
chore(release): 2.8.0 [skip ci]
## [2.8.0](v2.7.4...v2.8.0) (2022-01-17) ### Features * escape markdown characters in user provided strings ([#122](#122)) ([aa0234f](aa0234f))
1 parent aa0234f commit c37c159

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.8.0](https://github.com/nodejs/changelog-maker/compare/v2.7.4...v2.8.0) (2022-01-17)
2+
3+
4+
### Features
5+
6+
* escape markdown characters in user provided strings ([#122](https://github.com/nodejs/changelog-maker/issues/122)) ([aa0234f](https://github.com/nodejs/changelog-maker/commit/aa0234f07cc7f9cfeb4c8a240e251943905a1518))
7+
18
### [2.7.4](https://github.com/nodejs/changelog-maker/compare/v2.7.3...v2.7.4) (2021-11-23)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "changelog-maker",
3-
"version": "2.7.4",
3+
"version": "2.8.0",
44
"description": "A git log to CHANGELOG.md tool",
55
"main": "changelog-maker.js",
66
"bin": {

0 commit comments

Comments
 (0)