Skip to content

Commit 9361aa3

Browse files
authored
chore(main): release 3.0.1 (#16)
1 parent a9a5894 commit 9361aa3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.0.1](https://github.com/mljs/sparse-matrix/compare/v3.0.0...v3.0.1) (2025-06-20)
4+
5+
6+
### Bug Fixes
7+
8+
* improve types by defining all methods and removing `eval` ([#15](https://github.com/mljs/sparse-matrix/issues/15)) ([a9a5894](https://github.com/mljs/sparse-matrix/commit/a9a5894bd8202723395933b3c89feb0263a41eb5))
9+
310
## [3.0.0](https://github.com/mljs/sparse-matrix/compare/v2.1.0...v3.0.0) (2025-05-25)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-sparse-matrix",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Sparse matrix library",
55
"type": "module",
66
"exports": "./lib/index.js",

0 commit comments

Comments
 (0)