diff --git a/CHANGELOG.md b/CHANGELOG.md index a5dccc91..a8ba29d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +# [19.4.0](/compare/v19.3.0...v19.4.0) (2022-07-24) + + +### Features + +* **win32-def:** struct DATATYPES_INFO_1 e4a6253 +* **win32-def:** struct PRINTPROCESSOR_INFO_1 590c087 + + + + + # [19.3.0](/compare/v19.2.2...v19.3.0) (2022-07-24) diff --git a/lerna.json b/lerna.json index 7036695a..2270a5f3 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "19.3.0", + "version": "19.4.0", "packages": [ "packages/*" ], diff --git a/packages/win32-api/CHANGELOG.md b/packages/win32-api/CHANGELOG.md index f069fd14..16e4a6f1 100644 --- a/packages/win32-api/CHANGELOG.md +++ b/packages/win32-api/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [19.4.0](https://github.com/waitingsong/node-win32-api/compare/v19.3.0...v19.4.0) (2022-07-24) + +**Note:** Version bump only for package win32-api + + + + + # [19.3.0](https://github.com/waitingsong/node-win32-api/compare/v19.2.2...v19.3.0) (2022-07-24) **Note:** Version bump only for package win32-api diff --git a/packages/win32-api/package.json b/packages/win32-api/package.json index 10f10b59..eb91c996 100644 --- a/packages/win32-api/package.json +++ b/packages/win32-api/package.json @@ -1,7 +1,7 @@ { "name": "win32-api", "author": "waiting", - "version": "19.3.0", + "version": "19.4.0", "description": "FFI definitions of windows win32 api for node-ffi", "keywords": [ "windows", @@ -70,7 +70,7 @@ }, "license": "MIT", "dependencies": { - "win32-def": "^19.3.0" + "win32-def": "^19.4.0" }, "devDependencies": { "@types/ffi-napi": "*", diff --git a/packages/win32-def/CHANGELOG.md b/packages/win32-def/CHANGELOG.md index 856a4d22..e501882c 100644 --- a/packages/win32-def/CHANGELOG.md +++ b/packages/win32-def/CHANGELOG.md @@ -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. +# [19.4.0](https://github.com/waitingsong/node-win32-api/compare/v19.3.0...v19.4.0) (2022-07-24) + + +### Features + +* **win32-def:** struct DATATYPES_INFO_1 ([e4a6253](https://github.com/waitingsong/node-win32-api/commit/e4a6253905b84d6ed47d5f11795418f2b80508f8)) +* **win32-def:** struct PRINTPROCESSOR_INFO_1 ([590c087](https://github.com/waitingsong/node-win32-api/commit/590c087a8be7efe944af6bcfe9c66e1f29ee4adb)) + + + + + # [19.3.0](https://github.com/waitingsong/node-win32-api/compare/v19.2.2...v19.3.0) (2022-07-24) diff --git a/packages/win32-def/package.json b/packages/win32-def/package.json index 1dfa09b6..f36433f3 100644 --- a/packages/win32-def/package.json +++ b/packages/win32-def/package.json @@ -1,7 +1,7 @@ { "name": "win32-def", "author": "waiting", - "version": "19.3.0", + "version": "19.4.0", "description": "win32 definitions for node-ffi", "keywords": [ "api",