Skip to content

Commit 80dbf3f

Browse files
v8.0.1: bump version and update changelog
1 parent 9fbccb1 commit 80dbf3f

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
v8.0.1 2021-05-09
2+
=================
3+
4+
* [[`9fbccb181d`](https://github.com/nodejs/node-gyp/commit/9fbccb181d)] - **ci**: try the other way again to configure changelog-maker (DeeDeeG)
5+
* [[`b810545bf9`](https://github.com/nodejs/node-gyp/commit/b810545bf9)] - **ci**: use changelog-maker v2, not v7 (DeeDeeG)
6+
* [[`5967d8a77a`](https://github.com/nodejs/node-gyp/commit/5967d8a77a)] - **ci**: try another way to configure changelog-maker (DeeDeeG)
7+
* [[`535cdea821`](https://github.com/nodejs/node-gyp/commit/535cdea821)] - **ci**: add forgotten comma (DeeDeeG)
8+
* [[`71cbc201b6`](https://github.com/nodejs/node-gyp/commit/71cbc201b6)] - **ci**: use double-quotes, per the JSON spec (DeeDeeG)
9+
* [[`0b227befaa`](https://github.com/nodejs/node-gyp/commit/0b227befaa)] - **ci**: use correct/less-confusing quotation (DeeDeeG)
10+
* [[`dae5ea98dc`](https://github.com/nodejs/node-gyp/commit/dae5ea98dc)] - **ci**: avoid quoting "\~/" so that it will be expanded (DeeDeeG)
11+
* [[`48c1e1b4db`](https://github.com/nodejs/node-gyp/commit/48c1e1b4db)] - **ci**: make \~/.config/changelog-maker (DeeDeeG)
12+
* [[`28ce909643`](https://github.com/nodejs/node-gyp/commit/28ce909643)] - **ci**: set up the config file for changelog-maker (DeeDeeG)
13+
* [[`dcc03708a0`](https://github.com/nodejs/node-gyp/commit/dcc03708a0)] - **ci**: configure git identity (DeeDeeG)
14+
* [[`387ab2b7a7`](https://github.com/nodejs/node-gyp/commit/387ab2b7a7)] - **ci**: use fetch-depth 0 for checkout action (DeeDeeG)
15+
* [[`439674ebf8`](https://github.com/nodejs/node-gyp/commit/439674ebf8)] - **ci**: remove incorrect quoting (DeeDeeG)
16+
* [[`8ee132f1ee`](https://github.com/nodejs/node-gyp/commit/8ee132f1ee)] - **ci**: use npx to run node module commands (DeeDeeG)
17+
* [[`e9afca5ec9`](https://github.com/nodejs/node-gyp/commit/e9afca5ec9)] - **ci**: add a new workflow for automated release PRs (DeeDeeG)
18+
* [[`4b83c3de73`](https://github.com/nodejs/node-gyp/commit/4b83c3de73)] - **doc**: fix v8.0.0 release date (Rod Vagg) [#2346](https://github.com/nodejs/node-gyp/pull/2346)
19+
120
v8.0.0 2021-04-03
221
=================
322

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"bindings",
1212
"gyp"
1313
],
14-
"version": "8.0.0",
14+
"version": "8.0.1",
1515
"installVersion": 9,
1616
"author": "Nathan Rajlich <[email protected]> (http://tootallnate.net)",
1717
"repository": {

0 commit comments

Comments
 (0)