Skip to content

Commit a234935

Browse files
committed
chore: bump v1.1.2 and native v1.1.1
1 parent ae8ef9f commit a234935

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ Both npm package versions (`packageVersion`) and native binary versions (`native
55

66
---
77

8+
## [1.1.2 / native 1.1.1]
9+
10+
### Added
11+
12+
- Support for multiple return values from JS functions
13+
- Error handling when calling JS functions from Lua
14+
15+
### Changed
16+
17+
- Updated README with examples for JS function calls and error handling
18+
19+
---
20+
821
## [1.1.1 / native 1.1.0]
922

1023
### Added

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lua-state",
3-
"version": "1.1.1",
4-
"nativeVersion": "1.1.0",
3+
"version": "1.1.2",
4+
"nativeVersion": "1.1.1",
55
"description": "Run real Lua (5.1-5.4 & LuaJIT) inside Node.js - native N-API bindings with prebuilt binaries and full TypeScript support.",
66
"keywords": [
77
"lua",

0 commit comments

Comments
 (0)