Skip to content

Commit

Permalink
v12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jun 28, 2022
1 parent 0069add commit 06cd13c
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 5 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.

# [12.0.0](/compare/v11.1.1...v12.0.0) (2022-06-28)


### Features

* **win32-api:** add wcharBuffer() 7a584b1
* **win32-api:** breaking change type BufferType to StringBuffer a79b7c2





## [11.1.1](/compare/v11.1.0...v11.1.1) (2022-06-28)

**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": "11.1.1",
"version": "12.0.0",
"packages": [
"packages/*"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/demo/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.

# [12.0.0](https://github.com/waitingsong/npm-mono-base/compare/v11.1.1...v12.0.0) (2022-06-28)

**Note:** Version bump only for package demo





# [11.0.0](https://github.com/waitingsong/npm-mono-base/compare/v10.0.0...v11.0.0) (2022-06-22)

**Note:** Version bump only for package demo
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "demo",
"author": "waiting",
"version": "11.0.0",
"version": "12.0.0",
"description": "npm boilerplate",
"private": true,
"keywords": [
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.

# [12.0.0](https://github.com/waitingsong/node-win32-api/compare/v11.1.1...v12.0.0) (2022-06-28)


### Features

* **win32-api:** add wcharBuffer() ([7a584b1](https://github.com/waitingsong/node-win32-api/commit/7a584b1be4f6eafac953cc9be73712222e641c20))
* **win32-api:** breaking change type BufferType to StringBuffer ([a79b7c2](https://github.com/waitingsong/node-win32-api/commit/a79b7c2232e6a186d3cf4fb4f5b22bf605925439))





## [11.1.1](https://github.com/waitingsong/node-win32-api/compare/v11.1.0...v11.1.1) (2022-06-28)

**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": "11.1.1",
"version": "12.0.0",
"description": "FFI definitions of windows win32 api for node-ffi",
"keywords": [
"windows",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"license": "MIT",
"dependencies": {
"win32-def": "^11.1.0"
"win32-def": "^12.0.0"
},
"devDependencies": {
"@types/ffi-napi": "*",
Expand Down
8 changes: 8 additions & 0 deletions packages/win32-def/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.

# [12.0.0](https://github.com/waitingsong/node-win32-api/compare/v11.1.1...v12.0.0) (2022-06-28)

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





# [11.1.0](https://github.com/waitingsong/node-win32-api/compare/v11.0.3...v11.1.0) (2022-06-28)

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

0 comments on commit 06cd13c

Please sign in to comment.