diff --git a/ChangeLog b/ChangeLog index 2c73855..434c9d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +k2hdkc (1.0.10) unstable; urgency=low + + * Updated github actions tools and dependencies - #52 + + -- Takeshi Nakatani Wed, 13 Mar 2024 19:23:02 +0900 + k2hdkc (1.0.9) unstable; urgency=low * Removed .auditignore file - #50 diff --git a/package.json b/package.json index 8209ded..9bd7ffe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "k2hdkc", - "version": "1.0.9", + "version": "1.0.10", "description": "K2HDKC addon library for Node.js", "os": "linux", "main": "index.js", @@ -53,8 +53,5 @@ "contributors": [ "Hirotaka Wakabayashi (https://github.com/hiwakaba)" ], - "license": "MIT", - "comments": { - "domain": "unknown" - } + "license": "MIT" }