Skip to content

Commit

Permalink
Bump Koffi to 2.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Koromix committed Jun 17, 2024
1 parent 95b72bf commit 52ebc2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/koffi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

### Koffi 2.8

#### Koffi 2.8.10 (2024-06-17)

- Work around MSVC compiler bug introduced in Visual Studio 17.10

#### Koffi 2.8.9 (2024-05-17)

- Fix ABI issue regarding bool return values on x86_64 (and possibly other platforms)
Expand Down
4 changes: 2 additions & 2 deletions src/koffi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koffi",
"version": "2.8.9",
"stable": "2.8.9",
"version": "2.8.10",
"stable": "2.8.10",
"description": "Fast and simple C FFI (foreign function interface) for Node.js",
"keywords": [
"foreign",
Expand Down

0 comments on commit 52ebc2c

Please sign in to comment.