Skip to content

Commit

Permalink
v13.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jul 20, 2022
1 parent c2c672f commit 2ba810f
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 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.

# [13.15.0](/compare/v13.14.0...v13.15.0) (2022-07-20)


### Features

* **win32-api:** winspool.GetPrinterW() aac05fa
* **win32-api:** winspool.OpenPrinterW() b557303





# [13.14.0](/compare/v13.13.0...v13.14.0) (2022-07-20)


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.14.0",
"version": "13.15.0",
"packages": [
"packages/*"
],
Expand Down
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.

# [13.15.0](https://github.com/waitingsong/node-win32-api/compare/v13.14.0...v13.15.0) (2022-07-20)


### Features

* **win32-api:** winspool.GetPrinterW() ([aac05fa](https://github.com/waitingsong/node-win32-api/commit/aac05facfbce6f49f52b527bfba03b6562fbe068))
* **win32-api:** winspool.OpenPrinterW() ([b557303](https://github.com/waitingsong/node-win32-api/commit/b557303f6b622d3ed72da87476c5c703fb1e524a))





# [13.14.0](https://github.com/waitingsong/node-win32-api/compare/v13.13.0...v13.14.0) (2022-07-20)


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.14.0",
"version": "13.15.0",
"description": "FFI definitions of windows win32 api for node-ffi",
"keywords": [
"windows",
Expand Down

0 comments on commit 2ba810f

Please sign in to comment.