diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c0fcb49..6f7950c7 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.1.0](https://github.com/waitingsong/node-win32-api/compare/v26.0.4...v26.1.0) (2024-12-19) + +**Note:** Version bump only for package win32-api + + + + + ## [26.0.4](https://github.com/waitingsong/node-win32-api/compare/v26.0.3...v26.0.4) (2024-12-13) diff --git a/lerna.json b/lerna.json index 2e20a0aa..b8061742 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "26.0.4", + "version": "26.1.0", "command": { "publish": { "ignoreChanges": [ diff --git a/packages/win32-api/CHANGELOG.md b/packages/win32-api/CHANGELOG.md index 455676c1..42c7200e 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.1.0](https://github.com/waitingsong/node-win32-api/compare/v26.0.4...v26.1.0) (2024-12-19) + +**Note:** Version bump only for package win32-api + + + + + ## [26.0.4](https://github.com/waitingsong/node-win32-api/compare/v26.0.3...v26.0.4) (2024-12-13) diff --git a/packages/win32-api/package.json b/packages/win32-api/package.json index 97f7be1c..304aa3f8 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.4", + "version": "26.1.0", "description": "FFI definitions of windows win32 api for node-ffi", "keywords": [ "windows", @@ -49,7 +49,7 @@ }, "license": "MIT", "dependencies": { - "win32-def": "^26.0.4" + "win32-def": "^26.1.0" }, "engines": { "node": ">=20.11.0" @@ -73,7 +73,6 @@ "scripts": { "build": "npm run tsc", "build:unit": "tsc -p test/tsconfig.json", - "build:unit": "tsc -p test/tsconfig.json", "clean": "npm run clean:lock && npm run clean:dist && npm run clean:log", "clean:cache": "rm -rf .eslintcache .tsbuildinfo", "clean:dist": "npm run clean:cache && rm -rf dist/*", diff --git a/packages/win32-def/CHANGELOG.md b/packages/win32-def/CHANGELOG.md index 181ed82a..800d103b 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.1.0](https://github.com/waitingsong/node-win32-api/compare/v26.0.4...v26.1.0) (2024-12-19) + +**Note:** Version bump only for package win32-def + + + + + ## [26.0.4](https://github.com/waitingsong/node-win32-api/compare/v26.0.3...v26.0.4) (2024-12-13) diff --git a/packages/win32-def/package.json b/packages/win32-def/package.json index 7e9425bc..e70a72dd 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.4", + "version": "26.1.0", "description": "win32 definitions for node-ffi", "keywords": [ "api",