From 191a446a6d8bae802d124c89bc92d6d97219c052 Mon Sep 17 00:00:00 2001 From: Maurice Schmicking <17197791+mschmicking@users.noreply.github.com> Date: Sat, 8 Aug 2026 11:10:15 +0200 Subject: [PATCH] chore(master): release 2.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 895bf0e..b725ab0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "2.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 944a81b..85e79ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/mschmicking/node-lua-runner/compare/v2.0.0...v2.0.1) (2026-08-08) + + +### Changed + +* 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)) + ## [2.0.0](https://github.com/mschmicking/node-lua-runner/releases/tag/v2.0.0) Maintenance release that makes the package build and run on current Node.js. diff --git a/package-lock.json b/package-lock.json index ba6fb33..77d5f75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "node-lua-runner", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "node-lua-runner", - "version": "2.0.0", + "version": "2.0.1", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index f19877e..b496253 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-lua-runner", - "version": "2.0.0", + "version": "2.0.1", "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.", "author": "Maurice Schmicking", "contributors": [