Skip to content

Commit

Permalink
v19.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jul 26, 2022
1 parent 0c61c5b commit 39171ad
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [19.8.0](/compare/v19.7.0...v19.8.0) (2022-07-26)


### Features

* **win32-api:** def const DefGroupNumber, DefGroupPointer 694835b
* **win32-api:** retrieveStructFromPtrAddress() accept 3rd param 27b87fa
* **win32-api:** spoolss.EnumPrintProcessorsW() d023967
* **win32-api:** winspool apis 2d5b833
* **win32-api:** winspoolEnumPrintProcessorDatatypes() a3eca83
* **win32-api:** winspoolEnumPrintProcessors() 9fd9bde
* **win32-def:** change DOC_INFO_1 f10020f





# [19.7.0](/compare/v19.6.0...v19.7.0) (2022-07-25)


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

# [19.8.0](https://github.com/waitingsong/node-win32-api/compare/v19.7.0...v19.8.0) (2022-07-26)


### Features

* **win32-api:** def const DefGroupNumber, DefGroupPointer ([694835b](https://github.com/waitingsong/node-win32-api/commit/694835ba1bd6960b84e857d6df618a62c4cf91f5))
* **win32-api:** retrieveStructFromPtrAddress() accept 3rd param ([27b87fa](https://github.com/waitingsong/node-win32-api/commit/27b87fa124beb02a436eee266e15a00b79ae320f))
* **win32-api:** spoolss.EnumPrintProcessorsW() ([d023967](https://github.com/waitingsong/node-win32-api/commit/d023967daf004361c99734b555e17c4c817f88a2))
* **win32-api:** winspool apis ([2d5b833](https://github.com/waitingsong/node-win32-api/commit/2d5b833ee473e0bf320998984db91fca4d1126a3))
* **win32-api:** winspoolEnumPrintProcessorDatatypes() ([a3eca83](https://github.com/waitingsong/node-win32-api/commit/a3eca83fd106ab4b75911fe73ec100c72b9056a7))
* **win32-api:** winspoolEnumPrintProcessors() ([9fd9bde](https://github.com/waitingsong/node-win32-api/commit/9fd9bde1e8a1f8748c323b2989c374536ad98dfb))





# [19.7.0](https://github.com/waitingsong/node-win32-api/compare/v19.6.0...v19.7.0) (2022-07-25)


Expand Down
4 changes: 2 additions & 2 deletions 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.7.0",
"version": "19.8.0",
"description": "FFI definitions of windows win32 api for node-ffi",
"keywords": [
"windows",
Expand Down Expand Up @@ -74,7 +74,7 @@
},
"license": "MIT",
"dependencies": {
"win32-def": "^19.6.0"
"win32-def": "^19.8.0"
},
"devDependencies": {
"@types/ffi-napi": "*",
Expand Down
11 changes: 11 additions & 0 deletions packages/win32-def/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.8.0](https://github.com/waitingsong/node-win32-api/compare/v19.7.0...v19.8.0) (2022-07-26)


### Features

* **win32-def:** change DOC_INFO_1 ([f10020f](https://github.com/waitingsong/node-win32-api/commit/f10020f68c46365fb73ea25066bc8b4dace4ad96))





# [19.6.0](https://github.com/waitingsong/node-win32-api/compare/v19.5.0...v19.6.0) (2022-07-25)


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

0 comments on commit 39171ad

Please sign in to comment.