Skip to content

Commit f400d8f

Browse files
chore(release): 4.0.3 [skip ci]
## [4.0.3](v4.0.2...v4.0.3) (2025-09-13) ### Bug Fixes * **types:** fix matrix types ([7a7bd39](7a7bd39))
1 parent 7a7bd39 commit f400d8f

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.2-0074c1)](https://npmjs.org/package/make-matrix "View this project on npm")
4+
[![npm version](https://img.shields.io/badge/npm-v4.0.3-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": "2025-05-22T21:02:45.710Z",
4-
"version": "4.0.2",
3+
"date": "2025-09-13T14:41:26.882Z",
4+
"version": "4.0.3",
55
"results": [
66
{
77
"name": "base",
8-
"ops": 186481,
9-
"margin": 1.26,
8+
"ops": 186113,
9+
"margin": 0.92,
1010
"percentSlower": 0
1111
},
1212
{
1313
"name": "with callback",
14-
"ops": 37542,
15-
"margin": 0.73,
16-
"percentSlower": 79.87
14+
"ops": 35722,
15+
"margin": 1.96,
16+
"percentSlower": 80.81
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.2",
3+
"version": "4.0.3",
44
"license": "MIT",
55
"description": "A simple, type-safe way to create multi-dimensional arrays",
66
"author": "Neef Rehman",

0 commit comments

Comments
 (0)