diff --git a/CHANGELOG.md b/CHANGELOG.md index 24fda67f..89e57e56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +# [17.2.0](/compare/v17.1.1...v17.2.0) (2022-07-21) + + +### Features + +* **win32-def:** update PRINTER_INFO_X with index sign 98419cd + + + + + ## [17.1.1](/compare/v17.1.0...v17.1.1) (2022-07-21) **Note:** Version bump only for package win32-api diff --git a/lerna.json b/lerna.json index 4d015aa4..d0093006 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "17.1.1", + "version": "17.2.0", "packages": [ "packages/*" ], diff --git a/packages/win32-api/CHANGELOG.md b/packages/win32-api/CHANGELOG.md index ef8ee424..8c6bbda8 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. +# [17.2.0](https://github.com/waitingsong/node-win32-api/compare/v17.1.1...v17.2.0) (2022-07-21) + +**Note:** Version bump only for package win32-api + + + + + ## [17.1.1](https://github.com/waitingsong/node-win32-api/compare/v17.1.0...v17.1.1) (2022-07-21) **Note:** Version bump only for package win32-api diff --git a/packages/win32-api/package.json b/packages/win32-api/package.json index 4390096d..29f6dbef 100644 --- a/packages/win32-api/package.json +++ b/packages/win32-api/package.json @@ -1,7 +1,7 @@ { "name": "win32-api", "author": "waiting", - "version": "17.1.1", + "version": "17.2.0", "description": "FFI definitions of windows win32 api for node-ffi", "keywords": [ "windows", @@ -68,7 +68,7 @@ }, "license": "MIT", "dependencies": { - "win32-def": "^17.1.1" + "win32-def": "^17.2.0" }, "devDependencies": { "@types/ffi-napi": "*", diff --git a/packages/win32-def/CHANGELOG.md b/packages/win32-def/CHANGELOG.md index a8e9416d..541d7731 100644 --- a/packages/win32-def/CHANGELOG.md +++ b/packages/win32-def/CHANGELOG.md @@ -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. +# [17.2.0](https://github.com/waitingsong/node-win32-api/compare/v17.1.1...v17.2.0) (2022-07-21) + + +### Features + +* **win32-def:** update PRINTER_INFO_X with index sign ([98419cd](https://github.com/waitingsong/node-win32-api/commit/98419cdd0c721540cc104c88224143a3ce440ec7)) + + + + + ## [17.1.1](https://github.com/waitingsong/node-win32-api/compare/v17.1.0...v17.1.1) (2022-07-21) **Note:** Version bump only for package win32-def diff --git a/packages/win32-def/package.json b/packages/win32-def/package.json index c3c082c3..64cd789a 100644 --- a/packages/win32-def/package.json +++ b/packages/win32-def/package.json @@ -1,7 +1,7 @@ { "name": "win32-def", "author": "waiting", - "version": "17.1.1", + "version": "17.2.0", "description": "win32 definitions for node-ffi", "keywords": [ "api",