Skip to content

Commit 51343ce

Browse files
author
waitingsong
committed
v26.0.4
1 parent 0ef6ac0 commit 51343ce

File tree

6 files changed

+37
-4
lines changed

6 files changed

+37
-4
lines changed

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+
## [26.0.4](https://github.com/waitingsong/node-win32-api/compare/v26.0.3...v26.0.4) (2024-12-13)
7+
8+
9+
### Bug Fixes
10+
11+
* deps missing ([0ef6ac0](https://github.com/waitingsong/node-win32-api/commit/0ef6ac051793e21863a2a25dc4e52f091b9b4389))
12+
13+
14+
15+
16+
617
## [26.0.3](https://github.com/waitingsong/node-win32-api/compare/v26.0.2...v26.0.3) (2024-09-24)
718

819
**Note:** Version bump only for package win32-api

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "26.0.3",
2+
"version": "26.0.4",
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+
## [26.0.4](https://github.com/waitingsong/node-win32-api/compare/v26.0.3...v26.0.4) (2024-12-13)
7+
8+
9+
### Bug Fixes
10+
11+
* deps missing ([0ef6ac0](https://github.com/waitingsong/node-win32-api/commit/0ef6ac051793e21863a2a25dc4e52f091b9b4389))
12+
13+
14+
15+
16+
617
## [26.0.3](https://github.com/waitingsong/node-win32-api/compare/v26.0.2...v26.0.3) (2024-09-24)
718

819
**Note:** Version bump only for package win32-api

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": "26.0.3",
4+
"version": "26.0.4",
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": "^26.0.3"
52+
"win32-def": "^26.0.4"
5353
},
5454
"engines": {
5555
"node": ">=16.12.0"

packages/win32-def/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+
## [26.0.4](https://github.com/waitingsong/node-win32-api/compare/v26.0.3...v26.0.4) (2024-12-13)
7+
8+
9+
### Bug Fixes
10+
11+
* deps missing ([0ef6ac0](https://github.com/waitingsong/node-win32-api/commit/0ef6ac051793e21863a2a25dc4e52f091b9b4389))
12+
13+
14+
15+
16+
617
## [26.0.3](https://github.com/waitingsong/node-win32-api/compare/v26.0.2...v26.0.3) (2024-09-24)
718

819
**Note:** Version bump only for package win32-def

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": "26.0.3",
4+
"version": "26.0.4",
55
"description": "win32 definitions for node-ffi",
66
"keywords": [
77
"api",

0 commit comments

Comments
 (0)