Skip to content

Commit 4b2f44f

Browse files
committed
release: v0.0.5.
1 parent 15477c5 commit 4b2f44f

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## 2023-04-06 Version 0.0.5, @NickNaso
4+
5+
### Notable changes
6+
7+
- Provide def file for windows import lib.
8+
9+
### Commits
10+
11+
- \[[`15477c5898`](https://github.com/nodejs/node-api-headers/commit/15477c5898)] - Update headers from nodejs/node tag v19.8.1 (#22) (github-actions\[bot])
12+
- \[[`d7fa23b60e`](https://github.com/nodejs/node-api-headers/commit/d7fa23b60e)] - Use git status instead of git diff for change calculation (#21) (Kevin Eady)
13+
- \[[`ea0dc01425`](https://github.com/nodejs/node-api-headers/commit/ea0dc01425)] - **fix**: moved def files on a proper folder. (#19) (Nicola Del Gobbo)
14+
- \[[`069c3eb6f8`](https://github.com/nodejs/node-api-headers/commit/069c3eb6f8)] - **doc**: how to create a new release. (#18) (Nicola Del Gobbo)
15+
- \[[`d23c2879c8`](https://github.com/nodejs/node-api-headers/commit/d23c2879c8)] - Provide def file for windows import lib (#17) (Leonid Pospelov)
16+
317
## 2023-03-17 Version 0.0.4, @NickNaso
418

519
### Notable changes

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
"name": "legendecas",
2020
"url": "https://github.com/legendecas"
2121
},
22+
{
23+
"name": "Leonid Pospelov",
24+
"url": "https://github.com/Pospelove"
25+
},
2226
{
2327
"name": "Michael Dawson",
2428
"url": "https://github.com/mhdawson"
@@ -50,6 +54,6 @@
5054
"write-symbols": "node --no-warnings scripts/write-symbols.js",
5155
"write-win32-def": "node --no-warnings scripts/write-win32-def.js"
5256
},
53-
"version": "0.0.4",
57+
"version": "0.0.5",
5458
"support": true
5559
}

0 commit comments

Comments
 (0)