+7
-0
@@ -8,2 +8,9 @@ # Changelog | ||
| ## [v3.1.2](https://github.com/browserify/hash-base/compare/v3.1.1...v3.1.2) - 2025-09-22 | ||
| ### Commits | ||
| - [fix] package already works in node 0.8 [`1c19201`](https://github.com/browserify/hash-base/commit/1c1920112ef4baa65085b08ada90b4d0a83b69f2) | ||
| - [Dev Deps] add missing peer dep [`7ac34b6`](https://github.com/browserify/hash-base/commit/7ac34b6011fb02b7a8261ee35f01fe8828218dda) | ||
| ## [v3.1.1](https://github.com/browserify/hash-base/compare/v3.1.0...v3.1.1) - 2025-09-22 | ||
@@ -10,0 +17,0 @@ |
+3
-2
| { | ||
| "name": "hash-base", | ||
| "version": "3.1.1", | ||
| "version": "3.1.2", | ||
| "description": "abstract base class for hash-streams", | ||
@@ -39,2 +39,3 @@ "keywords": [ | ||
| "auto-changelog": "^2.5.0", | ||
| "encoding": "^0.1.13", | ||
| "eslint": "=8.8.0", | ||
@@ -46,3 +47,3 @@ "npmignore": "^0.3.1", | ||
| "engines": { | ||
| "node": ">= 0.10" | ||
| "node": ">= 0.8" | ||
| }, | ||
@@ -49,0 +50,0 @@ "publishConfig": { |
19258
2.16%7
16.67%