From 79a4ba7b39dc7d6fa1998ec10a2aa319fe622f79 Mon Sep 17 00:00:00 2001 From: waitingsong Date: Tue, 24 Sep 2024 15:18:39 +0800 Subject: [PATCH] v26.0.3 --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- packages/win32-api/CHANGELOG.md | 8 ++++++++ packages/win32-api/package.json | 4 ++-- packages/win32-def/CHANGELOG.md | 8 ++++++++ packages/win32-def/package.json | 2 +- 6 files changed, 28 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62eeeb13..5e4d25e4 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. +## [26.0.3](https://github.com/waitingsong/node-win32-api/compare/v26.0.2...v26.0.3) (2024-09-24) + +**Note:** Version bump only for package win32-api + + + + + ## [26.0.2](https://github.com/waitingsong/node-win32-api/compare/v26.0.1...v26.0.2) (2024-07-07) diff --git a/lerna.json b/lerna.json index 25269fbe..f2b78315 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "26.0.2", + "version": "26.0.3", "command": { "publish": { "ignoreChanges": [ diff --git a/packages/win32-api/CHANGELOG.md b/packages/win32-api/CHANGELOG.md index 6aaddd34..698ebe41 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. +## [26.0.3](https://github.com/waitingsong/node-win32-api/compare/v26.0.2...v26.0.3) (2024-09-24) + +**Note:** Version bump only for package win32-api + + + + + ## [26.0.2](https://github.com/waitingsong/node-win32-api/compare/v26.0.1...v26.0.2) (2024-07-07) **Note:** Version bump only for package win32-api diff --git a/packages/win32-api/package.json b/packages/win32-api/package.json index ca965405..caa4cff9 100644 --- a/packages/win32-api/package.json +++ b/packages/win32-api/package.json @@ -1,7 +1,7 @@ { "name": "win32-api", "author": "waiting", - "version": "26.0.2", + "version": "26.0.3", "description": "FFI definitions of windows win32 api for node-ffi", "keywords": [ "windows", @@ -49,7 +49,7 @@ }, "license": "MIT", "dependencies": { - "win32-def": "^26.0.2" + "win32-def": "^26.0.3" }, "devDependencies": { "@waiting/shared-core": "^23.19.0" diff --git a/packages/win32-def/CHANGELOG.md b/packages/win32-def/CHANGELOG.md index ba47a734..fec7274c 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. +## [26.0.3](https://github.com/waitingsong/node-win32-api/compare/v26.0.2...v26.0.3) (2024-09-24) + +**Note:** Version bump only for package win32-def + + + + + ## [26.0.2](https://github.com/waitingsong/node-win32-api/compare/v26.0.1...v26.0.2) (2024-07-07) diff --git a/packages/win32-def/package.json b/packages/win32-def/package.json index af2e13a9..7fd346ec 100644 --- a/packages/win32-def/package.json +++ b/packages/win32-def/package.json @@ -1,7 +1,7 @@ { "name": "win32-def", "author": "waiting", - "version": "26.0.2", + "version": "26.0.3", "description": "win32 definitions for node-ffi", "keywords": [ "api",