Skip to content

Commit 2fe7310

Browse files
author
waitingsong
committed
v26.1.0
1 parent c4e9ad5 commit 2fe7310

6 files changed

Lines changed: 28 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1.0](https://github.com/waitingsong/node-win32-api/compare/v26.0.4...v26.1.0) (2024-12-19)
7+
8+
**Note:** Version bump only for package win32-api
9+
10+
11+
12+
13+
614
## [26.0.4](https://github.com/waitingsong/node-win32-api/compare/v26.0.3...v26.0.4) (2024-12-13)
715

816

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.4",
2+
"version": "26.1.0",
33
"command": {
44
"publish": {
55
"ignoreChanges": [

packages/win32-api/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1.0](https://github.com/waitingsong/node-win32-api/compare/v26.0.4...v26.1.0) (2024-12-19)
7+
8+
**Note:** Version bump only for package win32-api
9+
10+
11+
12+
13+
614
## [26.0.4](https://github.com/waitingsong/node-win32-api/compare/v26.0.3...v26.0.4) (2024-12-13)
715

816

packages/win32-api/package.json

Lines changed: 2 additions & 3 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.4",
4+
"version": "26.1.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": "^26.0.4"
52+
"win32-def": "^26.1.0"
5353
},
5454
"engines": {
5555
"node": ">=20.11.0"
@@ -73,7 +73,6 @@
7373
"scripts": {
7474
"build": "npm run tsc",
7575
"build:unit": "tsc -p test/tsconfig.json",
76-
"build:unit": "tsc -p test/tsconfig.json",
7776
"clean": "npm run clean:lock && npm run clean:dist && npm run clean:log",
7877
"clean:cache": "rm -rf .eslintcache .tsbuildinfo",
7978
"clean:dist": "npm run clean:cache && rm -rf dist/*",

packages/win32-def/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1.0](https://github.com/waitingsong/node-win32-api/compare/v26.0.4...v26.1.0) (2024-12-19)
7+
8+
**Note:** Version bump only for package win32-def
9+
10+
11+
12+
13+
614
## [26.0.4](https://github.com/waitingsong/node-win32-api/compare/v26.0.3...v26.0.4) (2024-12-13)
715

816

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

0 commit comments

Comments
 (0)