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",