Skip to content

Commit

Permalink
v24.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jul 1, 2024
1 parent 9cec31a commit 3929bed
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [24.2.0](https://github.com/waitingsong/node-win32-api/compare/v24.1.0...v24.2.0) (2024-07-01)


### Features

* **api:** kernel32 GetProcAddress() ([9cec31a](https://github.com/waitingsong/node-win32-api/commit/9cec31a14ac1b844a7c421fc2d8b49bed2b4ba34))
* **api:** kernel32 LoadLibraryExW() ([de59df2](https://github.com/waitingsong/node-win32-api/commit/de59df2d4b74a719636520155f803fb6d91c8267))





# [24.1.0](https://github.com/waitingsong/node-win32-api/compare/v24.0.0...v24.1.0) (2024-06-30)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "24.1.0",
"version": "24.2.0",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
12 changes: 12 additions & 0 deletions packages/win32-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [24.2.0](https://github.com/waitingsong/node-win32-api/compare/v24.1.0...v24.2.0) (2024-07-01)


### Features

* **api:** kernel32 GetProcAddress() ([9cec31a](https://github.com/waitingsong/node-win32-api/commit/9cec31a14ac1b844a7c421fc2d8b49bed2b4ba34))
* **api:** kernel32 LoadLibraryExW() ([de59df2](https://github.com/waitingsong/node-win32-api/commit/de59df2d4b74a719636520155f803fb6d91c8267))





# [24.1.0](https://github.com/waitingsong/node-win32-api/compare/v24.0.0...v24.1.0) (2024-06-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/win32-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "win32-api",
"author": "waiting",
"version": "24.1.0",
"version": "24.2.0",
"description": "FFI definitions of windows win32 api for node-ffi",
"keywords": [
"windows",
Expand Down

0 comments on commit 3929bed

Please sign in to comment.