Skip to content

Commit 9019612

Browse files
chore(release): 2.3.0 [skip ci]
# [2.3.0](v2.2.0...v2.3.0) (2022-10-16) ### Features * dual esm & cjs support by building with tsup ([12b5987](12b5987))
1 parent 12b5987 commit 9019612

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

benchmark/results/make-matrix-ci.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
22
"name": "make-matrix",
3-
"date": "2022-07-30T17:34:12.742Z",
4-
"version": "2.2.0",
3+
"date": "2022-10-16T19:59:57.809Z",
4+
"version": "2.3.0",
55
"results": [
66
{
77
"name": "nDimensions",
8-
"ops": 8125,
9-
"margin": 1.56,
10-
"percentSlower": 91.94
8+
"ops": 9289,
9+
"margin": 7.45,
10+
"percentSlower": 92.44
1111
},
1212
{
1313
"name": "specificDimensions",
14-
"ops": 100788,
15-
"margin": 0.13,
14+
"ops": 122908,
15+
"margin": 1.1,
1616
"percentSlower": 0
1717
},
1818
{
1919
"name": "specific & callback",
20-
"ops": 20337,
21-
"margin": 0.27,
22-
"percentSlower": 79.82
20+
"ops": 24192,
21+
"margin": 0.11,
22+
"percentSlower": 80.32
2323
}
2424
],
2525
"fastest": {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "2.2.0",
3+
"version": "2.3.0",
44
"license": "MIT",
55
"description": "A simple, type-safe way to create multi-dimensional arrays",
66
"author": "Neef Rehman",

0 commit comments

Comments
 (0)