diff --git a/CHANGELOG.md b/CHANGELOG.md index 48d5746d..55e1bac1 100644 --- a/CHANGELOG.md +++ b/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.1.0](/compare/v13.0.0...v13.1.0) (2022-07-01) + +**Note:** Version bump only for package win32-api + + + + + # [13.0.0](/compare/v12.0.0...v13.0.0) (2022-07-01) diff --git a/lerna.json b/lerna.json index a07c945c..d1fcafa6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "13.0.0", + "version": "13.1.0", "packages": [ "packages/*" ], diff --git a/packages/win32-api/CHANGELOG.md b/packages/win32-api/CHANGELOG.md index 05de7c7c..ae623e4c 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.1.0](https://github.com/waitingsong/node-win32-api/compare/v13.0.0...v13.1.0) (2022-07-01) + +**Note:** Version bump only for package win32-api + + + + + # [13.0.0](https://github.com/waitingsong/node-win32-api/compare/v12.0.0...v13.0.0) (2022-07-01) diff --git a/packages/win32-api/package.json b/packages/win32-api/package.json index ef38f5cb..c0953400 100644 --- a/packages/win32-api/package.json +++ b/packages/win32-api/package.json @@ -1,7 +1,7 @@ { "name": "win32-api", "author": "waiting", - "version": "13.0.0", + "version": "13.1.0", "description": "FFI definitions of windows win32 api for node-ffi", "keywords": [ "windows", @@ -60,7 +60,7 @@ }, "license": "MIT", "dependencies": { - "win32-def": "^13.0.0" + "win32-def": "^13.1.0" }, "devDependencies": { "@types/ffi-napi": "*", diff --git a/packages/win32-def/CHANGELOG.md b/packages/win32-def/CHANGELOG.md index 93a40c63..53e081f6 100644 --- a/packages/win32-def/CHANGELOG.md +++ b/packages/win32-def/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.1.0](https://github.com/waitingsong/node-win32-api/compare/v13.0.0...v13.1.0) (2022-07-01) + +**Note:** Version bump only for package win32-def + + + + + # [13.0.0](https://github.com/waitingsong/node-win32-api/compare/v12.0.0...v13.0.0) (2022-07-01) diff --git a/packages/win32-def/package.json b/packages/win32-def/package.json index 28823ba3..68ec5f67 100644 --- a/packages/win32-def/package.json +++ b/packages/win32-def/package.json @@ -1,7 +1,7 @@ { "name": "win32-def", "author": "waiting", - "version": "13.0.0", + "version": "13.1.0", "description": "win32 definitions for node-ffi", "keywords": [ "api",