Skip to content

Commit

Permalink
v16.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jul 20, 2022
1 parent e0d4a27 commit 6b8705c
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.

## [16.0.1](/compare/v16.0.0...v16.0.1) (2022-07-20)


### Bug Fixes

* **win32-api:** fix char length of user32GetWindowText() e0d4a27





# [16.0.0](/compare/v15.1.0...v16.0.0) (2022-07-20)


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": "16.0.0",
"version": "16.0.1",
"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.

## [16.0.1](https://github.com/waitingsong/node-win32-api/compare/v16.0.0...v16.0.1) (2022-07-20)


### Bug Fixes

* **win32-api:** fix char length of user32GetWindowText() ([e0d4a27](https://github.com/waitingsong/node-win32-api/commit/e0d4a2708a4dccdda167cb7c85f285b26c1a2848))





# [16.0.0](https://github.com/waitingsong/node-win32-api/compare/v15.1.0...v16.0.0) (2022-07-20)


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

0 comments on commit 6b8705c

Please sign in to comment.