diff --git a/CHANGELOG.md b/CHANGELOG.md index ed69f473..7007cc1e 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. +# [13.11.0](/compare/v13.10.0...v13.11.0) (2022-07-19) + + +### Features + +* **win32-def:** ACCESS_MASK c44979d +* **win32-def:** struct POINTL 06ebc02 + + + + + # [13.10.0](/compare/v13.9.0...v13.10.0) (2022-07-18) diff --git a/lerna.json b/lerna.json index 5e8e9be4..684650e6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "13.10.0", + "version": "13.11.0", "packages": [ "packages/*" ], diff --git a/packages/win32-api/CHANGELOG.md b/packages/win32-api/CHANGELOG.md index 2055b77d..4a55635b 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. +# [13.11.0](https://github.com/waitingsong/node-win32-api/compare/v13.10.0...v13.11.0) (2022-07-19) + +**Note:** Version bump only for package win32-api + + + + + # [13.10.0](https://github.com/waitingsong/node-win32-api/compare/v13.9.0...v13.10.0) (2022-07-18) diff --git a/packages/win32-api/package.json b/packages/win32-api/package.json index 4364106d..c0c8efba 100644 --- a/packages/win32-api/package.json +++ b/packages/win32-api/package.json @@ -1,7 +1,7 @@ { "name": "win32-api", "author": "waiting", - "version": "13.10.0", + "version": "13.11.0", "description": "FFI definitions of windows win32 api for node-ffi", "keywords": [ "windows", @@ -60,7 +60,7 @@ }, "license": "MIT", "dependencies": { - "win32-def": "^13.8.0" + "win32-def": "^13.11.0" }, "devDependencies": { "@types/ffi-napi": "*", diff --git a/packages/win32-def/CHANGELOG.md b/packages/win32-def/CHANGELOG.md index cd7b0249..bbb3e824 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. +# [13.11.0](https://github.com/waitingsong/node-win32-api/compare/v13.10.0...v13.11.0) (2022-07-19) + + +### Features + +* **win32-def:** ACCESS_MASK ([c44979d](https://github.com/waitingsong/node-win32-api/commit/c44979dc4360f6561d19f6a3357880d83b03103c)) +* **win32-def:** struct POINTL ([06ebc02](https://github.com/waitingsong/node-win32-api/commit/06ebc02efa60864ab20397b6406d73478b226c0d)) + + + + + # [13.8.0](https://github.com/waitingsong/node-win32-api/compare/v13.7.0...v13.8.0) (2022-07-18) **Note:** Version bump only for package win32-def diff --git a/packages/win32-def/package.json b/packages/win32-def/package.json index af4755af..a42f8b1e 100644 --- a/packages/win32-def/package.json +++ b/packages/win32-def/package.json @@ -1,7 +1,7 @@ { "name": "win32-def", "author": "waiting", - "version": "13.8.0", + "version": "13.11.0", "description": "win32 definitions for node-ffi", "keywords": [ "api",