Skip to content

Commit 3929bed

Browse files
author
waitingsong
committed
v24.2.0
1 parent 9cec31a commit 3929bed

4 files changed

Lines changed: 26 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [24.2.0](https://github.com/waitingsong/node-win32-api/compare/v24.1.0...v24.2.0) (2024-07-01)
7+
8+
9+
### Features
10+
11+
* **api:** kernel32 GetProcAddress() ([9cec31a](https://github.com/waitingsong/node-win32-api/commit/9cec31a14ac1b844a7c421fc2d8b49bed2b4ba34))
12+
* **api:** kernel32 LoadLibraryExW() ([de59df2](https://github.com/waitingsong/node-win32-api/commit/de59df2d4b74a719636520155f803fb6d91c8267))
13+
14+
15+
16+
17+
618
# [24.1.0](https://github.com/waitingsong/node-win32-api/compare/v24.0.0...v24.1.0) (2024-06-30)
719

820

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "24.1.0",
2+
"version": "24.2.0",
33
"command": {
44
"publish": {
55
"ignoreChanges": [

packages/win32-api/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [24.2.0](https://github.com/waitingsong/node-win32-api/compare/v24.1.0...v24.2.0) (2024-07-01)
7+
8+
9+
### Features
10+
11+
* **api:** kernel32 GetProcAddress() ([9cec31a](https://github.com/waitingsong/node-win32-api/commit/9cec31a14ac1b844a7c421fc2d8b49bed2b4ba34))
12+
* **api:** kernel32 LoadLibraryExW() ([de59df2](https://github.com/waitingsong/node-win32-api/commit/de59df2d4b74a719636520155f803fb6d91c8267))
13+
14+
15+
16+
17+
618
# [24.1.0](https://github.com/waitingsong/node-win32-api/compare/v24.0.0...v24.1.0) (2024-06-30)
719

820

packages/win32-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "win32-api",
33
"author": "waiting",
4-
"version": "24.1.0",
4+
"version": "24.2.0",
55
"description": "FFI definitions of windows win32 api for node-ffi",
66
"keywords": [
77
"windows",

0 commit comments

Comments
 (0)