Skip to content

Commit

Permalink
v15.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jul 20, 2022
1 parent e672a2a commit f75a51d
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.

# [15.1.0](/compare/v15.0.0...v15.1.0) (2022-07-20)


### Features

* **win32-api:** fun/user32GetWindowText() e672a2a
* **win32-api:** ucsBufferToString() 7136eb3





# [15.0.0](/compare/v14.1.0...v15.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": "15.0.0",
"version": "15.1.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.

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


### Features

* **win32-api:** fun/user32GetWindowText() ([e672a2a](https://github.com/waitingsong/node-win32-api/commit/e672a2a38790035b2df78adf26c60062183c58bc))
* **win32-api:** ucsBufferToString() ([7136eb3](https://github.com/waitingsong/node-win32-api/commit/7136eb3f2c7c4b81964135ac501acf9d21910e27))





# [15.0.0](https://github.com/waitingsong/node-win32-api/compare/v14.1.0...v15.0.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": "15.0.0",
"version": "15.1.0",
"description": "FFI definitions of windows win32 api for node-ffi",
"keywords": [
"windows",
Expand Down

0 comments on commit f75a51d

Please sign in to comment.