Skip to content

Commit 3d1929c

Browse files
chore(release): 4.0.2 [skip ci]
## [4.0.2](v4.0.1...v4.0.2) (2025-05-22) ### Bug Fixes * **docs:** fix TSDoc comment ([3ab6a03](3ab6a03))
1 parent 3ab6a03 commit 3d1929c

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<img src="assets/banner.gif" alt="make-matrix" width="100%">
22

33
[![build](https://github.com/neefrehman/make-matrix/actions/workflows/test-and-release.yml/badge.svg?branch=main)](https://github.com/neefrehman/make-matrix/actions "View the build actions for this project")
4-
[![npm version](https://img.shields.io/badge/npm-v4.0.1-0074c1)](https://npmjs.org/package/make-matrix "View this project on npm")
4+
[![npm version](https://img.shields.io/badge/npm-v4.0.2-0074c1)](https://npmjs.org/package/make-matrix "View this project on npm")
55
[![types included](https://img.shields.io/badge/types-included-0074c1)](https://npmjs.org/package/make-matrix "Types are included in this package")
66
[![bundle size](https://img.shields.io/badge/minzipped_size-202_B-0074c1)](https://bundlephobia.com/result?p=make-matrix "View this project on bundlephobia")
77

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "make-matrix",
3-
"date": "2023-11-19T13:42:23.393Z",
4-
"version": "4.0.0",
3+
"date": "2025-05-22T21:02:45.710Z",
4+
"version": "4.0.2",
55
"results": [
66
{
77
"name": "base",
8-
"ops": 188365,
9-
"margin": 1.33,
8+
"ops": 186481,
9+
"margin": 1.26,
1010
"percentSlower": 0
1111
},
1212
{
1313
"name": "with callback",
14-
"ops": 36307,
15-
"margin": 0.64,
16-
"percentSlower": 80.73
14+
"ops": 37542,
15+
"margin": 0.73,
16+
"percentSlower": 79.87
1717
}
1818
],
1919
"fastest": {
@@ -24,4 +24,4 @@
2424
"name": "with callback",
2525
"index": 1
2626
}
27-
}
27+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "make-matrix",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"license": "MIT",
55
"description": "A simple, type-safe way to create multi-dimensional arrays",
66
"author": "Neef Rehman",

0 commit comments

Comments
 (0)