ml-array-max
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.2.1](https://github.com/mljs/array/compare/ml-array-max@1.2.0...ml-array-max@1.2.1) (2021-02-23) | ||
### Bug Fixes | ||
* add missing "types" field ([27cf789](https://github.com/mljs/array/commit/27cf78928362cffa6735b42b72a3f161e3dae2aa)) | ||
# [1.2.0](https://github.com/mljs/array/compare/ml-array-max@1.1.2...ml-array-max@1.2.0) (2020-10-07) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "ml-array-max", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Get the maximum value in an array", | ||
"main": "lib/index.js", | ||
"module": "lib-es6/index.js", | ||
"types": "types.d.ts", | ||
"files": [ | ||
@@ -27,3 +28,3 @@ "lib", | ||
}, | ||
"gitHead": "942138d036d4c0753ad4c261cc692652c0a9cac1" | ||
"gitHead": "55597eaa820f947d2c6eeffa7c5f807a5e4c94c8" | ||
} |
9572