We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 616dd36 + eb08118 commit 3c51870Copy full SHA for 3c51870
ChangeLog
@@ -1,3 +1,10 @@
1
+k2hdkc (1.0.6) unstable; urgency=low
2
+
3
+ * Updated support NodeJS version - #43
4
+ * Fixed errors in cppcheck 2.10 - #44
5
6
+ -- Takeshi Nakatani <[email protected]> Mon, 04 Sep 2023 16:16:49 +0900
7
8
k2hdkc (1.0.5) unstable; urgency=low
9
10
* Updated building/packaging scripts - #40
package.json
@@ -1,6 +1,6 @@
{
"name": "k2hdkc",
- "version": "1.0.5",
+ "version": "1.0.6",
"description": "K2HDKC addon library for Node.js",
"os": "linux",
"main": "index.js",
@@ -12,7 +12,7 @@
12
"nan": "^2.17.0"
13
},
14
"devDependencies": {
15
- "chai": "^4.3.7",
+ "chai": "^4.3.8",
16
"mocha": "^10.0.0"
17
18
"scripts": {
0 commit comments