Skip to content

Commit

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

# [13.13.0](/compare/v13.12.0...v13.13.0) (2022-07-19)


### Bug Fixes

* **win32-def:** export /lib/struct/winspool.var.def.js 1761bca


### Features

* **win32-def:** def LPRINTER_DEFAULTS 2f4040c





# [13.12.0](/compare/v13.11.0...v13.12.0) (2022-07-19)


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.12.0",
"version": "13.13.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.

# [13.13.0](https://github.com/waitingsong/node-win32-api/compare/v13.12.0...v13.13.0) (2022-07-19)

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





# [13.12.0](https://github.com/waitingsong/node-win32-api/compare/v13.11.0...v13.12.0) (2022-07-19)

**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": "13.12.0",
"version": "13.13.0",
"description": "FFI definitions of windows win32 api for node-ffi",
"keywords": [
"windows",
Expand Down Expand Up @@ -60,7 +60,7 @@
},
"license": "MIT",
"dependencies": {
"win32-def": "^13.12.0"
"win32-def": "^13.13.0"
},
"devDependencies": {
"@types/ffi-napi": "*",
Expand Down
16 changes: 16 additions & 0 deletions packages/win32-def/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [13.13.0](https://github.com/waitingsong/node-win32-api/compare/v13.12.0...v13.13.0) (2022-07-19)


### Bug Fixes

* **win32-def:** export /lib/struct/winspool.var.def.js ([1761bca](https://github.com/waitingsong/node-win32-api/commit/1761bca1924eb57abeb8c43f4566654f97ffadac))


### Features

* **win32-def:** def LPRINTER_DEFAULTS ([2f4040c](https://github.com/waitingsong/node-win32-api/commit/2f4040cd7b48e81be0c79c6389cb26e8397d82e2))





# [13.12.0](https://github.com/waitingsong/node-win32-api/compare/v13.11.0...v13.12.0) (2022-07-19)


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

0 comments on commit f8a927e

Please sign in to comment.