diff --git a/CHANGELOG.md b/CHANGELOG.md index c428f8d8..0ca3658b 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. +# [18.1.0](/compare/v18.0.0...v18.1.0) (2022-07-22) + + +### Features + +* **win32-api:** winspoolGetPrinter() c380490 + + + + + # [18.0.0](/compare/v17.2.1...v18.0.0) (2022-07-22) diff --git a/lerna.json b/lerna.json index d6d7c21c..0f808db5 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "18.0.0", + "version": "18.1.0", "packages": [ "packages/*" ], diff --git a/packages/win32-api/CHANGELOG.md b/packages/win32-api/CHANGELOG.md index 00e5ec3f..d393bd71 100644 --- a/packages/win32-api/CHANGELOG.md +++ b/packages/win32-api/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. +# [18.1.0](https://github.com/waitingsong/node-win32-api/compare/v18.0.0...v18.1.0) (2022-07-22) + + +### Features + +* **win32-api:** winspoolGetPrinter() ([c380490](https://github.com/waitingsong/node-win32-api/commit/c380490fb7586d2a2e18c3b4a3e4dac0c59b167a)) + + + + + # [18.0.0](https://github.com/waitingsong/node-win32-api/compare/v17.2.1...v18.0.0) (2022-07-22) **Note:** Version bump only for package win32-api diff --git a/packages/win32-api/package.json b/packages/win32-api/package.json index f5de2599..593cc7da 100644 --- a/packages/win32-api/package.json +++ b/packages/win32-api/package.json @@ -1,7 +1,7 @@ { "name": "win32-api", "author": "waiting", - "version": "18.0.0", + "version": "18.1.0", "description": "FFI definitions of windows win32 api for node-ffi", "keywords": [ "windows", @@ -68,7 +68,7 @@ }, "license": "MIT", "dependencies": { - "win32-def": "^18.0.0" + "win32-def": "^18.1.0" }, "devDependencies": { "@types/ffi-napi": "*", diff --git a/packages/win32-def/CHANGELOG.md b/packages/win32-def/CHANGELOG.md index 26b5affb..b2f87077 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. +# [18.1.0](https://github.com/waitingsong/node-win32-api/compare/v18.0.0...v18.1.0) (2022-07-22) + + +### Features + +* **win32-api:** winspoolGetPrinter() ([c380490](https://github.com/waitingsong/node-win32-api/commit/c380490fb7586d2a2e18c3b4a3e4dac0c59b167a)) + + + + + # [18.0.0](https://github.com/waitingsong/node-win32-api/compare/v17.2.1...v18.0.0) (2022-07-22) diff --git a/packages/win32-def/package.json b/packages/win32-def/package.json index 0ee79397..fa013893 100644 --- a/packages/win32-def/package.json +++ b/packages/win32-def/package.json @@ -1,7 +1,7 @@ { "name": "win32-def", "author": "waiting", - "version": "18.0.0", + "version": "18.1.0", "description": "win32 definitions for node-ffi", "keywords": [ "api",