k2hash 1.1.25 → 1.1.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/ChangeLog +6 -0
  2. package/package.json +1 -1
package/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ k2hash (1.1.26) unstable; urgency=low
2
+
3
+ * Updated building/packaging scripts - #44
4
+
5
+ -- Takeshi Nakatani <ggtakec@gmail.com> Mon, 06 Mar 2023 19:47:44 +0900
6
+
1
7
  k2hash (1.1.25) unstable; urgency=low
2
8
 
3
9
  * Fixed package.json for install command - #42
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "k2hash",
3
- "version": "1.1.25",
3
+ "version": "1.1.26",
4
4
  "description": "K2HASH addon library for Node.js",
5
5
  "os": "linux",
6
6
  "main": "index.js",