Skip to content

Commit c0d3b6a

Browse files
github-actions[bot]KevinEady
authored andcommitted
release: v1.2.0 (#63)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6f9afe0 commit c0d3b6a

File tree

3 files changed

+33
-4
lines changed

3 files changed

+33
-4
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Publish to npm
3939
if: ${{ steps.release-vars.outputs.SHOULD_PUBLISH_VERSION != '0' }}
4040
run: |
41-
npm publish --provenance --access public
41+
echo npm publish --provenance --access public
4242
env:
4343
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4444
- name: Create GitHub Release

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# node-api-headers Changelog
22

3+
## 2024-05-17 Version 1.2.0, github-actions\[bot]
4+
5+
### Notable changes
6+
7+
- Automated release
8+
- Merge pull request #40 from nodejs/update-headers/v22.1.0
9+
- Update headers from nodejs/node tag v22.1.0
10+
- Merge pull request #38 from nodejs/update-headers/v21.7.0
11+
- Update headers from nodejs/node tag v21.7.0
12+
- Update headers from nodejs/node tag v21.6.1
13+
- Update headers from nodejs/node tag v21.6.0
14+
- Update headers from nodejs/node tag v21.0.0
15+
- Update headers from nodejs/node tag v20.8.0
16+
- Update headers from nodejs/node tag v20.7.0
17+
- **release**: v1.1.0.
18+
19+
### Commits
20+
21+
* \[[`6f9afe0792`](https://github.com/nodejs/node-api-headers/commit/6f9afe0792)] - Automated release (Kevin Eady) [#62](https://github.com/nodejs/node-api-headers/pull/62)
22+
* \[[`d5cfe19da8`](https://github.com/nodejs/node-api-headers/commit/d5cfe19da8)] - Merge pull request #40 from nodejs/update-headers/v22.1.0 (Michael Dawson)
23+
* \[[`aa571490c9`](https://github.com/nodejs/node-api-headers/commit/aa571490c9)] - Update headers from nodejs/node tag v22.1.0 (github-actions\[bot])
24+
* \[[`5897615622`](https://github.com/nodejs/node-api-headers/commit/5897615622)] - Merge pull request #38 from nodejs/update-headers/v21.7.0 (Michael Dawson)
25+
* \[[`b94726ba9e`](https://github.com/nodejs/node-api-headers/commit/b94726ba9e)] - Update headers from nodejs/node tag v21.7.0 (github-actions\[bot])
26+
* \[[`0f8588b576`](https://github.com/nodejs/node-api-headers/commit/0f8588b576)] - Update headers from nodejs/node tag v21.6.1 (github-actions\[bot]) [#37](https://github.com/nodejs/node-api-headers/pull/37)
27+
* \[[`747b7b12c3`](https://github.com/nodejs/node-api-headers/commit/747b7b12c3)] - Update headers from nodejs/node tag v21.6.0 (github-actions\[bot]) [#36](https://github.com/nodejs/node-api-headers/pull/36)
28+
* \[[`f62bc5ce4e`](https://github.com/nodejs/node-api-headers/commit/f62bc5ce4e)] - Update headers from nodejs/node tag v21.0.0 (github-actions\[bot]) [#34](https://github.com/nodejs/node-api-headers/pull/34)
29+
* \[[`1bf4bededc`](https://github.com/nodejs/node-api-headers/commit/1bf4bededc)] - Update headers from nodejs/node tag v20.8.0 (github-actions\[bot]) [#33](https://github.com/nodejs/node-api-headers/pull/33)
30+
* \[[`577d2b72cf`](https://github.com/nodejs/node-api-headers/commit/577d2b72cf)] - Update headers from nodejs/node tag v20.7.0 (github-actions\[bot]) [#32](https://github.com/nodejs/node-api-headers/pull/32)
31+
* \[[`186e04b5e4`](https://github.com/nodejs/node-api-headers/commit/186e04b5e4)] - **release**: v1.1.0. (Nicola Del Gobbo)
32+
333
## 2023-08-05 Version 1.1.0, @NickNaso
434

535
### Notable changes

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838
"directories": {},
3939
"gypfile": false,
4040
"homepage": "https://github.com/nodejs/node-api-headers",
41-
"keywords": [
42-
],
41+
"keywords": [],
4342
"license": "MIT",
4443
"main": "index.js",
4544
"name": "node-api-headers",
@@ -55,6 +54,6 @@
5554
"write-symbols": "node --no-warnings scripts/write-symbols.js",
5655
"write-win32-def": "node --no-warnings scripts/write-win32-def.js"
5756
},
58-
"version": "1.1.0",
57+
"version": "1.2.0",
5958
"support": true
6059
}

0 commit comments

Comments
 (0)