Skip to content

Commit

Permalink
v19.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jul 22, 2022
1 parent 2588e65 commit b18e9a5
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.

# [19.2.0](/compare/v19.1.0...v19.2.0) (2022-07-22)


### Features

* **win32-api:** retriveStruct_PRINTER_INFO() accept 3th param pcbNeeded 2588e65





# [19.1.0](/compare/v19.0.0...v19.1.0) (2022-07-22)


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": "19.1.0",
"version": "19.2.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.

# [19.2.0](https://github.com/waitingsong/node-win32-api/compare/v19.1.0...v19.2.0) (2022-07-22)


### Features

* **win32-api:** retriveStruct_PRINTER_INFO() accept 3th param pcbNeeded ([2588e65](https://github.com/waitingsong/node-win32-api/commit/2588e654c8edf2190dc56815f98275c7694c6242))





# [19.1.0](https://github.com/waitingsong/node-win32-api/compare/v19.0.0...v19.1.0) (2022-07-22)


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

0 comments on commit b18e9a5

Please sign in to comment.