Skip to content

Commit

Permalink
v19.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jul 24, 2022
1 parent 6700cad commit f71c4dd
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 4 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.

# [19.3.0](/compare/v19.2.2...v19.3.0) (2022-07-24)


### Features

* **win32-def:** DOC_INFO_1 6700cad
* **win32-def:** update items of enum Def 74dc6d1





## [19.2.2](/compare/v19.2.1...v19.2.2) (2022-07-22)

**Note:** Version bump only for package win32-api
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": "19.2.2",
"version": "19.3.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.

# [19.3.0](https://github.com/waitingsong/node-win32-api/compare/v19.2.2...v19.3.0) (2022-07-24)

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





## [19.2.2](https://github.com/waitingsong/node-win32-api/compare/v19.2.1...v19.2.2) (2022-07-22)

**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": "19.2.2",
"version": "19.3.0",
"description": "FFI definitions of windows win32 api for node-ffi",
"keywords": [
"windows",
Expand Down Expand Up @@ -70,7 +70,7 @@
},
"license": "MIT",
"dependencies": {
"win32-def": "^19.0.0"
"win32-def": "^19.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.

# [19.3.0](https://github.com/waitingsong/node-win32-api/compare/v19.2.2...v19.3.0) (2022-07-24)


### Features

* **win32-def:** DOC_INFO_1 ([6700cad](https://github.com/waitingsong/node-win32-api/commit/6700cadbd3bf88a56e345e5a797c6937e311854e))
* **win32-def:** update items of enum Def ([74dc6d1](https://github.com/waitingsong/node-win32-api/commit/74dc6d1e18aa86b5d3b76ba9615f8087d32e26dd))





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

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

0 comments on commit f71c4dd

Please sign in to comment.