Skip to content

Commit

Permalink
v17.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jul 20, 2022
1 parent eca5a53 commit 3424af1
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 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.

# [17.1.0](/compare/v17.0.0...v17.1.0) (2022-07-20)


### Features

* **win32-def:** PRINTER_INFO_1 eca5a53





# [17.0.0](/compare/v16.0.1...v17.0.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": "17.0.0",
"version": "17.1.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.

# [17.1.0](https://github.com/waitingsong/node-win32-api/compare/v17.0.0...v17.1.0) (2022-07-20)

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





# [17.0.0](https://github.com/waitingsong/node-win32-api/compare/v16.0.1...v17.0.0) (2022-07-20)


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": "17.0.0",
"version": "17.1.0",
"description": "FFI definitions of windows win32 api for node-ffi",
"keywords": [
"windows",
Expand Down Expand Up @@ -68,7 +68,7 @@
},
"license": "MIT",
"dependencies": {
"win32-def": "^17.0.0"
"win32-def": "^17.1.0"
},
"devDependencies": {
"@types/ffi-napi": "*",
Expand Down
11 changes: 11 additions & 0 deletions packages/win32-def/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.

# [17.1.0](https://github.com/waitingsong/node-win32-api/compare/v17.0.0...v17.1.0) (2022-07-20)


### Features

* **win32-def:** PRINTER_INFO_1 ([eca5a53](https://github.com/waitingsong/node-win32-api/commit/eca5a53213501be395491a4d066f85c791b7c2b2))





# [17.0.0](https://github.com/waitingsong/node-win32-api/compare/v16.0.1...v17.0.0) (2022-07-20)

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

0 comments on commit 3424af1

Please sign in to comment.