Skip to content

Commit

Permalink
v23.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jun 30, 2024
1 parent d9a4bbc commit 68ec7ef
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 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.

# [23.1.0](https://github.com/waitingsong/node-win32-api/compare/v23.0.0...v23.1.0) (2024-06-30)


### Features

* **win32-api:** add UnregisterClassW(), update GetClassInfoExW() ([c5a7408](https://github.com/waitingsong/node-win32-api/commit/c5a7408a8d8c5af2b048857f654e730e80f21616))





# [23.0.0](https://github.com/waitingsong/node-win32-api/compare/v22.7.3...v23.0.0) (2024-06-30)


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": "23.0.0",
"version": "23.1.0",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
11 changes: 11 additions & 0 deletions packages/win32-api/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.

# [23.1.0](https://github.com/waitingsong/node-win32-api/compare/v23.0.0...v23.1.0) (2024-06-30)


### Features

* **win32-api:** add UnregisterClassW(), update GetClassInfoExW() ([c5a7408](https://github.com/waitingsong/node-win32-api/commit/c5a7408a8d8c5af2b048857f654e730e80f21616))





# [23.0.0](https://github.com/waitingsong/node-win32-api/compare/v22.7.3...v23.0.0) (2024-06-30)

**Note:** Version bump only for package win32-api
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": "23.0.0",
"version": "23.1.0",
"description": "FFI definitions of windows win32 api for node-ffi",
"keywords": [
"windows",
Expand Down

0 comments on commit 68ec7ef

Please sign in to comment.