Skip to content

Commit 3c51870

Browse files
authored
Merge pull request #45 from ggtakec/release106
Updated files for release 1.0.6
2 parents 616dd36 + eb08118 commit 3c51870

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
k2hdkc (1.0.5) unstable; urgency=low
29

310
* Updated building/packaging scripts - #40

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "k2hdkc",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "K2HDKC addon library for Node.js",
55
"os": "linux",
66
"main": "index.js",
@@ -12,7 +12,7 @@
1212
"nan": "^2.17.0"
1313
},
1414
"devDependencies": {
15-
"chai": "^4.3.7",
15+
"chai": "^4.3.8",
1616
"mocha": "^10.0.0"
1717
},
1818
"scripts": {

0 commit comments

Comments
 (0)