From 981145aa1cf3f239b46d98e3b7301bc5b5627a60 Mon Sep 17 00:00:00 2001 From: waitingsong Date: Fri, 1 Jul 2022 17:14:52 +0800 Subject: [PATCH] v13.3.0 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/win32-api/CHANGELOG.md | 8 ++++++++ packages/win32-api/package.json | 4 ++-- packages/win32-def/CHANGELOG.md | 11 +++++++++++ packages/win32-def/package.json | 2 +- 6 files changed, 34 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 882ea78a..b3b1ae36 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. +# [13.3.0](/compare/v13.2.1...v13.3.0) (2022-07-01) + + +### Features + +* **win32-def:** export wcharBuffer() and BufferTypeFactory() 87a5fab + + + + + ## [13.2.1](/compare/v13.2.0...v13.2.1) (2022-07-01) **Note:** Version bump only for package win32-api diff --git a/lerna.json b/lerna.json index 16561462..c3a308e9 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "13.2.1", + "version": "13.3.0", "packages": [ "packages/*" ], diff --git a/packages/win32-api/CHANGELOG.md b/packages/win32-api/CHANGELOG.md index d836a8c4..185aec99 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.3.0](https://github.com/waitingsong/node-win32-api/compare/v13.2.1...v13.3.0) (2022-07-01) + +**Note:** Version bump only for package win32-api + + + + + ## [13.2.1](https://github.com/waitingsong/node-win32-api/compare/v13.2.0...v13.2.1) (2022-07-01) **Note:** Version bump only for package win32-api diff --git a/packages/win32-api/package.json b/packages/win32-api/package.json index be56b365..b6ade8f2 100644 --- a/packages/win32-api/package.json +++ b/packages/win32-api/package.json @@ -1,7 +1,7 @@ { "name": "win32-api", "author": "waiting", - "version": "13.2.1", + "version": "13.3.0", "description": "FFI definitions of windows win32 api for node-ffi", "keywords": [ "windows", @@ -60,7 +60,7 @@ }, "license": "MIT", "dependencies": { - "win32-def": "^13.2.0" + "win32-def": "^13.3.0" }, "devDependencies": { "@types/ffi-napi": "*", diff --git a/packages/win32-def/CHANGELOG.md b/packages/win32-def/CHANGELOG.md index ced56f10..e18e6184 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. +# [13.3.0](https://github.com/waitingsong/node-win32-api/compare/v13.2.1...v13.3.0) (2022-07-01) + + +### Features + +* **win32-def:** export wcharBuffer() and BufferTypeFactory() ([87a5fab](https://github.com/waitingsong/node-win32-api/commit/87a5fabc347f47203d94e72cf6f1f55d73273369)) + + + + + # [13.2.0](https://github.com/waitingsong/node-win32-api/compare/v13.1.0...v13.2.0) (2022-07-01) diff --git a/packages/win32-def/package.json b/packages/win32-def/package.json index 36f01678..c7b01371 100644 --- a/packages/win32-def/package.json +++ b/packages/win32-def/package.json @@ -1,7 +1,7 @@ { "name": "win32-def", "author": "waiting", - "version": "13.2.0", + "version": "13.3.0", "description": "win32 definitions for node-ffi", "keywords": [ "api",