Skip to content

Commit 7b47401

Browse files
chore(release): 3.0.2 [skip ci]
## [3.0.2](v3.0.1...v3.0.2) (2023-02-10) ### Bug Fixes * **developer experience:** publish library source and sourcemaps, to improve debugging experience ([44ee31b](44ee31b))
1 parent 44ee31b commit 7b47401

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
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-v3.0.0-0074c1)](https://npmjs.org/package/make-matrix "View this project on npm")
4+
[![npm version](https://img.shields.io/badge/npm-v3.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-197_B-0074c1)](https://bundlephobia.com/result?p=make-matrix "View this project on bundlephobia")
77

benchmark/results/make-matrix-ci.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "make-matrix",
3-
"date": "2023-02-10T13:51:50.863Z",
4-
"version": "3.0.1",
3+
"date": "2023-02-10T14:42:58.399Z",
4+
"version": "3.0.2",
55
"results": [
66
{
77
"name": "base",
8-
"ops": 93925,
9-
"margin": 0.59,
8+
"ops": 109614,
9+
"margin": 0.44,
1010
"percentSlower": 0
1111
},
1212
{
1313
"name": "with callback",
14-
"ops": 23286,
15-
"margin": 0.21,
16-
"percentSlower": 75.21
14+
"ops": 24145,
15+
"margin": 0.55,
16+
"percentSlower": 77.97
1717
}
1818
],
1919
"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": "3.0.1",
3+
"version": "3.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)