Skip to content

Commit

Permalink
chore(release): 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Mar 3, 2019
1 parent 62f9015 commit 652bca7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

# [5.2.0](https://github.com/waitingsong/node-win32-api/compare/v5.1.0...v5.2.0) (2019-03-03)
# [6.0.0](https://github.com/waitingsong/node-win32-api/compare/v5.2.0...v6.0.0) (2019-03-03)


### Features

* **user32:** add CloseWindow() ([43ef43c](https://github.com/waitingsong/node-win32-api/commit/43ef43c))
* **user32:** add DestroyWindow() ([6b494c9](https://github.com/waitingsong/node-win32-api/commit/6b494c9))
* **types:** generate types of async() automatically ([62f9015](https://github.com/waitingsong/node-win32-api/commit/62f9015))



Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "win32-api",
"author": "waiting",
"version": "5.2.0",
"version": "6.0.0",
"description": "FFI definitions of windows win32 api for node-ffi",
"keywords": [
"windows",
Expand Down

0 comments on commit 652bca7

Please sign in to comment.