Skip to content

Commit 9aac133

Browse files
chore(release): 2.7.0 [skip ci]
## [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))
1 parent ec2b9c0 commit 9aac133

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## [2.7.0](https://github.com/nodejs/changelog-maker/compare/v2.6.0...v2.7.0) (2021-10-14)
2+
3+
4+
### Features
5+
6+
* 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))
7+
8+
9+
### Bug Fixes
10+
11+
* main instead of master ([c6aac22](https://github.com/nodejs/changelog-maker/commit/c6aac227f76183b5d7bbd909c4daec60ec651a9a))
12+
* remove build step from release process ([ec2b9c0](https://github.com/nodejs/changelog-maker/commit/ec2b9c056ca6bceb3211dade19aec82d7207fc8a))
13+
14+
15+
### Trivial Changes
16+
17+
* add auto-release workflow ([36ca9e5](https://github.com/nodejs/changelog-maker/commit/36ca9e50c5b52594713b4cd5e4c75e964e1e7c7b))
18+
* add dependabot config ([5f16f7e](https://github.com/nodejs/changelog-maker/commit/5f16f7eb0b44c3287b07bfde963f46b477b79464))
19+
* **deps:** bump remark-preset-lint-node from 3.2.0 to 3.3.0 ([ed6ff3b](https://github.com/nodejs/changelog-maker/commit/ed6ff3b7a07d4c1176568ef82a20b7f225953cef))
20+
* **deps:** bump remark-stringify from 10.0.0 to 10.0.1 ([73c2046](https://github.com/nodejs/changelog-maker/commit/73c20463cca533da6e94240185c87516124fbcf0))
21+
* 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)
22+
* update package-lock.json ([#102](https://github.com/nodejs/changelog-maker/issues/102)) ([24112e0](https://github.com/nodejs/changelog-maker/commit/24112e0849849bfb9a85b1cf67e1d5309c508641))
23+
* update standard (and path-parse) ([#96](https://github.com/nodejs/changelog-maker/issues/96)) ([66b6eef](https://github.com/nodejs/changelog-maker/commit/66b6eef843a0c6f05dc04999a8e4b2cb149fbb46))
24+
* update test workflow ([#100](https://github.com/nodejs/changelog-maker/issues/100)) ([eaeb938](https://github.com/nodejs/changelog-maker/commit/eaeb938bd816b35224998c970ec182aea6f6e7f7))

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)