From f8440c6d2df85e2ba30c6a1e3edce1a71776f1db Mon Sep 17 00:00:00 2001 From: Takeshi Nakatani Date: Thu, 21 Nov 2024 17:38:25 +0900 Subject: [PATCH] Updated files for release 1.0.11 --- ChangeLog | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 434c9d0..b577a16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +k2hdkc (1.0.11) unstable; urgency=low + + * Changed supported OS and NodeJS version - #54 + + -- Takeshi Nakatani Thu, 21 Nov 2024 17:36:52 +0900 + k2hdkc (1.0.10) unstable; urgency=low * Updated github actions tools and dependencies - #52 diff --git a/package.json b/package.json index 83293bf..d82314d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "k2hdkc", - "version": "1.0.10", + "version": "1.0.11", "description": "K2HDKC addon library for Node.js", "os": "linux", "main": "index.js",