Skip to content

Commit 26a4399

Browse files
committed
chore(master): release 2.0.1
1 parent 4def99b commit 26a4399

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0"
2+
".": "2.0.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.0.1](https://github.com/mschmicking/node-lua-runner/compare/v2.0.0...v2.0.1) (2026-08-08)
4+
5+
6+
### Changed
7+
8+
* collapse repeated argument guards into CheckArgs ([#9](https://github.com/mschmicking/node-lua-runner/issues/9)) ([4def99b](https://github.com/mschmicking/node-lua-runner/commit/4def99b54e1da506bdb32123d4a8859ffca92327))
9+
310
## [2.0.0](https://github.com/mschmicking/node-lua-runner/releases/tag/v2.0.0)
411

512
Maintenance release that makes the package build and run on current Node.js.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-lua-runner",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Embed Lua 5.1 in Node.js. Lua and LuaFileSystem are compiled into the addon, so there is nothing to install on the system.",
55
"author": "Maurice Schmicking",
66
"contributors": [

0 commit comments

Comments
 (0)