Skip to content

Commit

Permalink
chore(release): 2.7.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.7.0](v2.6.0...v2.7.0) (2021-10-14)

### Features

* run Node.js markdown formatter on markdown output ([#98](#98)) ([26afb81](26afb81))

### Bug Fixes

* main instead of master ([c6aac22](c6aac22))
* remove build step from release process ([ec2b9c0](ec2b9c0))

### Trivial Changes

* add auto-release workflow ([36ca9e5](36ca9e5))
* add dependabot config ([5f16f7e](5f16f7e))
* **deps:** bump remark-preset-lint-node from 3.2.0 to 3.3.0 ([ed6ff3b](ed6ff3b))
* **deps:** bump remark-stringify from 10.0.0 to 10.0.1 ([73c2046](73c2046))
* escape opening bracket explicitly ([#97](#97)) ([64c1220](64c1220)), closes [/github.com/nodejs/node/pull/40388#issuecomment-939321694](https://github.com/nodejs//github.com/nodejs/node/pull/40388/issues/issuecomment-939321694)
* update package-lock.json ([#102](#102)) ([24112e0](24112e0))
* update standard (and path-parse) ([#96](#96)) ([66b6eef](66b6eef))
* update test workflow ([#100](#100)) ([eaeb938](eaeb938))
  • Loading branch information
semantic-release-bot committed Oct 14, 2021
1 parent ec2b9c0 commit 9aac133
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,24 @@
## [2.7.0](https://github.com/nodejs/changelog-maker/compare/v2.6.0...v2.7.0) (2021-10-14)


### Features

* run Node.js markdown formatter on markdown output ([#98](https://github.com/nodejs/changelog-maker/issues/98)) ([26afb81](https://github.com/nodejs/changelog-maker/commit/26afb813e74c87cdf53b9cf384fb43982ad57eaa))


### Bug Fixes

* main instead of master ([c6aac22](https://github.com/nodejs/changelog-maker/commit/c6aac227f76183b5d7bbd909c4daec60ec651a9a))
* remove build step from release process ([ec2b9c0](https://github.com/nodejs/changelog-maker/commit/ec2b9c056ca6bceb3211dade19aec82d7207fc8a))


### Trivial Changes

* add auto-release workflow ([36ca9e5](https://github.com/nodejs/changelog-maker/commit/36ca9e50c5b52594713b4cd5e4c75e964e1e7c7b))
* add dependabot config ([5f16f7e](https://github.com/nodejs/changelog-maker/commit/5f16f7eb0b44c3287b07bfde963f46b477b79464))
* **deps:** bump remark-preset-lint-node from 3.2.0 to 3.3.0 ([ed6ff3b](https://github.com/nodejs/changelog-maker/commit/ed6ff3b7a07d4c1176568ef82a20b7f225953cef))
* **deps:** bump remark-stringify from 10.0.0 to 10.0.1 ([73c2046](https://github.com/nodejs/changelog-maker/commit/73c20463cca533da6e94240185c87516124fbcf0))
* escape opening bracket explicitly ([#97](https://github.com/nodejs/changelog-maker/issues/97)) ([64c1220](https://github.com/nodejs/changelog-maker/commit/64c12201b0ba7c80f8de725c5f20bbbce3723848)), closes [/github.com/nodejs/node/pull/40388#issuecomment-939321694](https://github.com/nodejs//github.com/nodejs/node/pull/40388/issues/issuecomment-939321694)
* update package-lock.json ([#102](https://github.com/nodejs/changelog-maker/issues/102)) ([24112e0](https://github.com/nodejs/changelog-maker/commit/24112e0849849bfb9a85b1cf67e1d5309c508641))
* update standard (and path-parse) ([#96](https://github.com/nodejs/changelog-maker/issues/96)) ([66b6eef](https://github.com/nodejs/changelog-maker/commit/66b6eef843a0c6f05dc04999a8e4b2cb149fbb46))
* update test workflow ([#100](https://github.com/nodejs/changelog-maker/issues/100)) ([eaeb938](https://github.com/nodejs/changelog-maker/commit/eaeb938bd816b35224998c970ec182aea6f6e7f7))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "changelog-maker",
"version": "2.6.0",
"version": "2.7.0",
"description": "A git log to CHANGELOG.md tool",
"main": "changelog-maker.js",
"bin": {
Expand Down

0 comments on commit 9aac133

Please sign in to comment.