Skip to content

Commit

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

# [18.3.0](/compare/v18.2.0...v18.3.0) (2022-07-22)


### Features

* **win32-api:** ptrToString() cb09884
* **win32-api:** ucsBufferSplit() accept 2nd param fe82533
* **win32-def:** add Def.uint16PtrPtr 14cefcd
* **win32-def:** enum PrinterEnumFlags 097fc39





# [18.2.0](/compare/v18.1.0...v18.2.0) (2022-07-22)


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": "18.2.0",
"version": "18.3.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.

# [18.3.0](https://github.com/waitingsong/node-win32-api/compare/v18.2.0...v18.3.0) (2022-07-22)


### Features

* **win32-api:** ptrToString() ([cb09884](https://github.com/waitingsong/node-win32-api/commit/cb09884689127e68644d628863e41f87666eff34))
* **win32-api:** ucsBufferSplit() accept 2nd param ([fe82533](https://github.com/waitingsong/node-win32-api/commit/fe82533b891b153d9b7ce391ea0b47e1692b7670))





# [18.2.0](https://github.com/waitingsong/node-win32-api/compare/v18.1.0...v18.2.0) (2022-07-22)


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": "18.2.0",
"version": "18.3.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": "^18.1.0"
"win32-def": "^18.3.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.

# [18.3.0](https://github.com/waitingsong/node-win32-api/compare/v18.2.0...v18.3.0) (2022-07-22)


### Features

* **win32-def:** add Def.uint16PtrPtr ([14cefcd](https://github.com/waitingsong/node-win32-api/commit/14cefcd8f69350b0e84d56c475c734c3a20f97e6))
* **win32-def:** enum PrinterEnumFlags ([097fc39](https://github.com/waitingsong/node-win32-api/commit/097fc3922ecb2716aebbe63f3e36d8460f9048a3))





# [18.1.0](https://github.com/waitingsong/node-win32-api/compare/v18.0.0...v18.1.0) (2022-07-22)


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

0 comments on commit fe67c66

Please sign in to comment.