Skip to content

Commit

Permalink
v13.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jul 18, 2022
1 parent 956587d commit 9c81d1a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [13.9.0](/compare/v13.8.0...v13.9.0) (2022-07-18)


### Features

* **win32-api:** gdi32.CreateCompatibleDC() 956587d





# [13.8.0](/compare/v13.7.0...v13.8.0) (2022-07-18)


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": "13.8.0",
"version": "13.9.0",
"packages": [
"packages/*"
],
Expand Down
11 changes: 11 additions & 0 deletions packages/win32-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [13.9.0](https://github.com/waitingsong/node-win32-api/compare/v13.8.0...v13.9.0) (2022-07-18)


### Features

* **win32-api:** gdi32.CreateCompatibleDC() ([956587d](https://github.com/waitingsong/node-win32-api/commit/956587d02a386198a56fddf66cc5cb7acacade2c))





# [13.8.0](https://github.com/waitingsong/node-win32-api/compare/v13.7.0...v13.8.0) (2022-07-18)


Expand Down
2 changes: 1 addition & 1 deletion 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": "13.8.0",
"version": "13.9.0",
"description": "FFI definitions of windows win32 api for node-ffi",
"keywords": [
"windows",
Expand Down

0 comments on commit 9c81d1a

Please sign in to comment.