diff --git a/CHANGELOG.md b/CHANGELOG.md index 221fbdc1..f7844e5a 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. +## [22.7.1](https://github.com/waitingsong/node-win32-api/compare/v22.7.0...v22.7.1) (2024-06-30) + +**Note:** Version bump only for package win32-api + + + + + # [22.7.0](https://github.com/waitingsong/node-win32-api/compare/v22.6.0...v22.7.0) (2024-06-28) diff --git a/lerna.json b/lerna.json index 2ba97468..d267f7fb 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "22.7.0", + "version": "22.7.1", "command": { "publish": { "ignoreChanges": [ diff --git a/packages/win32-api/CHANGELOG.md b/packages/win32-api/CHANGELOG.md index aaff66fb..1663679f 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. +## [22.7.1](https://github.com/waitingsong/node-win32-api/compare/v22.7.0...v22.7.1) (2024-06-30) + +**Note:** Version bump only for package win32-api + + + + + # [22.7.0](https://github.com/waitingsong/node-win32-api/compare/v22.6.0...v22.7.0) (2024-06-28) diff --git a/packages/win32-api/package.json b/packages/win32-api/package.json index 705b4c91..8ef1b508 100644 --- a/packages/win32-api/package.json +++ b/packages/win32-api/package.json @@ -1,7 +1,7 @@ { "name": "win32-api", "author": "waiting", - "version": "22.7.0", + "version": "22.7.1", "description": "FFI definitions of windows win32 api for node-ffi", "keywords": [ "windows", @@ -49,7 +49,7 @@ }, "license": "MIT", "dependencies": { - "win32-def": "^22.5.1" + "win32-def": "^22.7.1" }, "devDependencies": { "@waiting/shared-core": "^23.19.0" diff --git a/packages/win32-def/CHANGELOG.md b/packages/win32-def/CHANGELOG.md index 0e4d2856..a58a2e1f 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. +## [22.7.1](https://github.com/waitingsong/node-win32-api/compare/v22.7.0...v22.7.1) (2024-06-30) + +**Note:** Version bump only for package win32-def + + + + + ## [22.5.1](https://github.com/waitingsong/node-win32-api/compare/v22.5.0...v22.5.1) (2024-06-28) **Note:** Version bump only for package win32-def diff --git a/packages/win32-def/package.json b/packages/win32-def/package.json index 0dfb9477..5d987dc6 100644 --- a/packages/win32-def/package.json +++ b/packages/win32-def/package.json @@ -1,7 +1,7 @@ { "name": "win32-def", "author": "waiting", - "version": "22.5.1", + "version": "22.7.1", "description": "win32 definitions for node-ffi", "keywords": [ "api",