diff --git a/CHANGELOG.md b/CHANGELOG.md index df06db47..528b713a 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. +# [23.2.0](https://github.com/waitingsong/node-win32-api/compare/v23.1.0...v23.2.0) (2024-06-30) + + +### Features + +* **win32-api:** user32 GetClassNameW() ([3b7913f](https://github.com/waitingsong/node-win32-api/commit/3b7913f3635b72fc1efafef16490995b33c79108)) + + + + + # [23.1.0](https://github.com/waitingsong/node-win32-api/compare/v23.0.0...v23.1.0) (2024-06-30) diff --git a/lerna.json b/lerna.json index 6aa43621..8b154f91 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "23.1.0", + "version": "23.2.0", "command": { "publish": { "ignoreChanges": [ diff --git a/packages/win32-api/CHANGELOG.md b/packages/win32-api/CHANGELOG.md index 8544bde7..3a4bb188 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. +# [23.2.0](https://github.com/waitingsong/node-win32-api/compare/v23.1.0...v23.2.0) (2024-06-30) + + +### Features + +* **win32-api:** user32 GetClassNameW() ([3b7913f](https://github.com/waitingsong/node-win32-api/commit/3b7913f3635b72fc1efafef16490995b33c79108)) + + + + + # [23.1.0](https://github.com/waitingsong/node-win32-api/compare/v23.0.0...v23.1.0) (2024-06-30) diff --git a/packages/win32-api/package.json b/packages/win32-api/package.json index 6bc920f3..efa57ddc 100644 --- a/packages/win32-api/package.json +++ b/packages/win32-api/package.json @@ -1,7 +1,7 @@ { "name": "win32-api", "author": "waiting", - "version": "23.1.0", + "version": "23.2.0", "description": "FFI definitions of windows win32 api for node-ffi", "keywords": [ "windows",