Skip to content

Commit

Permalink
v22.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jun 28, 2024
1 parent 3e8f7b5 commit 4b4623e
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [22.0.0](https://github.com/waitingsong/node-win32-api/compare/v21.0.2...v22.0.0) (2024-06-28)


### Features

* use koffi instead of ffi-napi to support nodejs >= 18 ([3e8f7b5](https://github.com/waitingsong/node-win32-api/commit/3e8f7b5bb7087aada2f6d49197866fb815f644ab))
* **win32-api:** change const enum to normal enum ([21b8d17](https://github.com/waitingsong/node-win32-api/commit/21b8d17ab4d72d5653a7ceda0112c1e128f5ad1d))
* **win32-def:** update properties of VirtualKey ([bb091d7](https://github.com/waitingsong/node-win32-api/commit/bb091d7596b90c70b7879c80391d8d497398bb7e))





## [21.0.2](https://github.com/waitingsong/node-win32-api/compare/v21.0.1...v21.0.2) (2024-06-16)

**Note:** Version bump only for package win32-api
Expand Down
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "21.0.2",
"version": "22.0.0",
"command": {
"publish": {
"ignoreChanges": [
Expand Down Expand Up @@ -32,4 +32,4 @@
}
},
"npmClient": "npm"
}
}
12 changes: 12 additions & 0 deletions packages/win32-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [22.0.0](https://github.com/waitingsong/node-win32-api/compare/v21.0.2...v22.0.0) (2024-06-28)


### Features

* use koffi instead of ffi-napi to support nodejs >= 18 ([3e8f7b5](https://github.com/waitingsong/node-win32-api/commit/3e8f7b5bb7087aada2f6d49197866fb815f644ab))
* **win32-api:** change const enum to normal enum ([21b8d17](https://github.com/waitingsong/node-win32-api/commit/21b8d17ab4d72d5653a7ceda0112c1e128f5ad1d))





## [21.0.2](https://github.com/waitingsong/node-win32-api/compare/v21.0.1...v21.0.2) (2024-06-16)

**Note:** Version bump only for package win32-api
Expand Down
4 changes: 2 additions & 2 deletions packages/win32-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "win32-api",
"author": "waiting",
"version": "21.0.2",
"version": "22.0.0",
"description": "FFI definitions of windows win32 api for node-ffi",
"keywords": [
"windows",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"license": "MIT",
"dependencies": {
"win32-def": "^21.0.2"
"win32-def": "^22.0.0"
},
"devDependencies": {
"@waiting/shared-core": "^23.19.0"
Expand Down
12 changes: 12 additions & 0 deletions packages/win32-def/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [22.0.0](https://github.com/waitingsong/node-win32-api/compare/v21.0.2...v22.0.0) (2024-06-28)


### Features

* use koffi instead of ffi-napi to support nodejs >= 18 ([3e8f7b5](https://github.com/waitingsong/node-win32-api/commit/3e8f7b5bb7087aada2f6d49197866fb815f644ab))
* **win32-def:** update properties of VirtualKey ([bb091d7](https://github.com/waitingsong/node-win32-api/commit/bb091d7596b90c70b7879c80391d8d497398bb7e))





## [21.0.2](https://github.com/waitingsong/node-win32-api/compare/v21.0.1...v21.0.2) (2024-06-16)

**Note:** Version bump only for package win32-def
Expand Down
2 changes: 1 addition & 1 deletion packages/win32-def/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "win32-def",
"author": "waiting",
"version": "21.0.2",
"version": "22.0.0",
"description": "win32 definitions for node-ffi",
"keywords": [
"api",
Expand Down

0 comments on commit 4b4623e

Please sign in to comment.