Skip to content

Commit

Permalink
v20.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jun 14, 2024
1 parent 3b7a546 commit 307a628
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.

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


### Features

* **win32-api:** user32.BroadcastSystemMessage() ([3b7a546](https://github.com/waitingsong/node-win32-api/commit/3b7a546df9390abedf93fd297518d2259d2f542c))
* **win32-api:** user32.RegisterWindowMessageW() ([3161b1b](https://github.com/waitingsong/node-win32-api/commit/3161b1b035cf5f9cb6a4347ecd4a909526aae850))





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

**Note:** Version bump only for package win32-api
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.5.0",
"version": "20.6.0",
"packages": [
"packages/*"
],
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.

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


### Features

* **win32-api:** user32.BroadcastSystemMessage() ([3b7a546](https://github.com/waitingsong/node-win32-api/commit/3b7a546df9390abedf93fd297518d2259d2f542c))
* **win32-api:** user32.RegisterWindowMessageW() ([3161b1b](https://github.com/waitingsong/node-win32-api/commit/3161b1b035cf5f9cb6a4347ecd4a909526aae850))





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

**Note:** Version bump only for package win32-api
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.5.0",
"version": "20.6.0",
"description": "FFI definitions of windows win32 api for node-ffi",
"keywords": [
"windows",
Expand Down

0 comments on commit 307a628

Please sign in to comment.