Skip to content

Commit

Permalink
chore(release): 2.8.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.8.0](nodejs/changelog-maker@v2.7.4...v2.8.0) (2022-01-17)

### Features

* escape markdown characters in user provided strings ([#122](nodejs/changelog-maker#122)) ([aa0234f](nodejs/changelog-maker@aa0234f))
  • Loading branch information
renawolford6 committed Jan 17, 2022
1 parent aa8476a commit fb700a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.8.0](https://github.com/nodejs/changelog-maker/compare/v2.7.4...v2.8.0) (2022-01-17)


### Features

* 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))

### [2.7.4](https://github.com/nodejs/changelog-maker/compare/v2.7.3...v2.7.4) (2021-11-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "changelog-maker",
"version": "2.7.4",
"version": "2.8.0",
"description": "A git log to CHANGELOG.md tool",
"main": "changelog-maker.js",
"bin": {
Expand Down

0 comments on commit fb700a8

Please sign in to comment.