Skip to content

Commit

Permalink
v21.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jun 16, 2024
1 parent ce5f8ca commit d9694f4
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 4 deletions.
12 changes: 12 additions & 0 deletions 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.

# [21.0.0](https://github.com/waitingsong/node-win32-api/compare/v20.7.0...v21.0.0) (2024-06-16)


### Features

* **win32-def:** add enums ([b5fdf54](https://github.com/waitingsong/node-win32-api/commit/b5fdf54f30effdfa6c909c05ce80768a010e46d4))
* **win32-def:** breaking change re-expose Virtual-Key Codes via enum VirtualKey ([ce5f8ca](https://github.com/waitingsong/node-win32-api/commit/ce5f8ca6530f0365f08230bd484381bef6269c1e))





# [20.7.0](https://github.com/waitingsong/node-win32-api/compare/v20.6.0...v20.7.0) (2024-06-14)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "20.7.0",
"version": "21.0.0",
"packages": [
"packages/*"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/win32-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [21.0.0](https://github.com/waitingsong/node-win32-api/compare/v20.7.0...v21.0.0) (2024-06-16)

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





# [20.7.0](https://github.com/waitingsong/node-win32-api/compare/v20.6.0...v20.7.0) (2024-06-14)


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": "20.7.0",
"version": "21.0.0",
"description": "FFI definitions of windows win32 api for node-ffi",
"keywords": [
"windows",
Expand Down Expand Up @@ -74,7 +74,7 @@
},
"license": "MIT",
"dependencies": {
"win32-def": "^20.5.0"
"win32-def": "^21.0.0"
},
"devDependencies": {
"@types/ffi-napi": "*",
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.

# [21.0.0](https://github.com/waitingsong/node-win32-api/compare/v20.7.0...v21.0.0) (2024-06-16)


### Features

* **win32-def:** add enums ([b5fdf54](https://github.com/waitingsong/node-win32-api/commit/b5fdf54f30effdfa6c909c05ce80768a010e46d4))
* **win32-def:** breaking change re-expose Virtual-Key Codes via enum VirtualKey ([ce5f8ca](https://github.com/waitingsong/node-win32-api/commit/ce5f8ca6530f0365f08230bd484381bef6269c1e))





# [20.5.0](https://github.com/waitingsong/node-win32-api/compare/v20.4.1...v20.5.0) (2024-06-14)

**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": "20.5.0",
"version": "21.0.0",
"description": "win32 definitions for node-ffi",
"keywords": [
"api",
Expand Down

0 comments on commit d9694f4

Please sign in to comment.