Skip to content

Commit 0475849

Browse files
author
waitingsong
committed
v25.0.0
1 parent 4de0889 commit 0475849

6 files changed

Lines changed: 48 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [25.0.0](https://github.com/waitingsong/node-win32-api/compare/v24.2.0...v25.0.0) (2024-07-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **def:** type WNDPROC, WNDCLASSEXW_Type ([3e8e72a](https://github.com/waitingsong/node-win32-api/commit/3e8e72a4a923a079b7222530c181fa0898c70915))
12+
13+
14+
### Features
15+
16+
* **api:** change user32 parameters def to D.WString ([e6b7389](https://github.com/waitingsong/node-win32-api/commit/e6b73892924808af7d5f84f74d21ac2824182f53))
17+
* **def:** change LPVOID to HANDLE ([1308dca](https://github.com/waitingsong/node-win32-api/commit/1308dca0612f67a2bf4d9e440de6b050a8df733d))
18+
19+
20+
21+
22+
623
# [24.2.0](https://github.com/waitingsong/node-win32-api/compare/v24.1.0...v24.2.0) (2024-07-01)
724

825

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "24.2.0",
2+
"version": "25.0.0",
33
"command": {
44
"publish": {
55
"ignoreChanges": [

packages/win32-api/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [25.0.0](https://github.com/waitingsong/node-win32-api/compare/v24.2.0...v25.0.0) (2024-07-01)
7+
8+
9+
### Features
10+
11+
* **api:** change user32 parameters def to D.WString ([e6b7389](https://github.com/waitingsong/node-win32-api/commit/e6b73892924808af7d5f84f74d21ac2824182f53))
12+
13+
14+
15+
16+
617
# [24.2.0](https://github.com/waitingsong/node-win32-api/compare/v24.1.0...v24.2.0) (2024-07-01)
718

819

packages/win32-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "win32-api",
33
"author": "waiting",
4-
"version": "24.2.0",
4+
"version": "25.0.0",
55
"description": "FFI definitions of windows win32 api for node-ffi",
66
"keywords": [
77
"windows",
@@ -49,7 +49,7 @@
4949
},
5050
"license": "MIT",
5151
"dependencies": {
52-
"win32-def": "^24.0.0"
52+
"win32-def": "^25.0.0"
5353
},
5454
"devDependencies": {
5555
"@waiting/shared-core": "^23.19.0"

packages/win32-def/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [25.0.0](https://github.com/waitingsong/node-win32-api/compare/v24.2.0...v25.0.0) (2024-07-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **def:** type WNDPROC, WNDCLASSEXW_Type ([3e8e72a](https://github.com/waitingsong/node-win32-api/commit/3e8e72a4a923a079b7222530c181fa0898c70915))
12+
13+
14+
### Features
15+
16+
* **def:** change LPVOID to HANDLE ([1308dca](https://github.com/waitingsong/node-win32-api/commit/1308dca0612f67a2bf4d9e440de6b050a8df733d))
17+
18+
19+
20+
21+
622
# [24.0.0](https://github.com/waitingsong/node-win32-api/compare/v23.3.0...v24.0.0) (2024-06-30)
723

824

packages/win32-def/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "win32-def",
33
"author": "waiting",
4-
"version": "24.0.0",
4+
"version": "25.0.0",
55
"description": "win32 definitions for node-ffi",
66
"keywords": [
77
"api",

0 commit comments

Comments
 (0)