Skip to content

Commit

Permalink
v20.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jun 14, 2024
1 parent 76f81cb commit 4d71828
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [20.7.0](https://github.com/waitingsong/node-win32-api/compare/v20.6.0...v20.7.0) (2024-06-14)


### Features

* **win32-api:** user32.SendMessageTimeoutW() ([76f81cb](https://github.com/waitingsong/node-win32-api/commit/76f81cb49684febb43806192d27435358725d2e6))





# [20.6.0](https://github.com/waitingsong/node-win32-api/compare/v20.5.0...v20.6.0) (2024-06-14)


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": "20.6.0",
"version": "20.7.0",
"packages": [
"packages/*"
],
Expand Down
11 changes: 11 additions & 0 deletions packages/win32-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [20.7.0](https://github.com/waitingsong/node-win32-api/compare/v20.6.0...v20.7.0) (2024-06-14)


### Features

* **win32-api:** user32.SendMessageTimeoutW() ([76f81cb](https://github.com/waitingsong/node-win32-api/commit/76f81cb49684febb43806192d27435358725d2e6))





# [20.6.0](https://github.com/waitingsong/node-win32-api/compare/v20.5.0...v20.6.0) (2024-06-14)


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": "20.6.0",
"version": "20.7.0",
"description": "FFI definitions of windows win32 api for node-ffi",
"keywords": [
"windows",
Expand Down

0 comments on commit 4d71828

Please sign in to comment.