Skip to content

Commit 57b7516

Browse files
authored
chore(main): release 3.0.0 (#12)
1 parent d197546 commit 57b7516

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

CHANGELOG.md

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

3+
## [3.0.0](https://github.com/mljs/sparse-matrix/compare/v2.1.0...v3.0.0) (2025-05-25)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* migrate to TypeScript and ESM
9+
10+
### Bug Fixes
11+
12+
* remove docs and build on gh-pages ([9197b3c](https://github.com/mljs/sparse-matrix/commit/9197b3c1eba1a9c2e2f894bdaa5b066563d047c9))
13+
* remove travis ([4ff4567](https://github.com/mljs/sparse-matrix/commit/4ff45677d1308976a52bc8f583f4772983a5a0f0))
14+
15+
16+
### Code Refactoring
17+
18+
* migrate to TypeScript and ESM ([d197546](https://github.com/mljs/sparse-matrix/commit/d19754622b6b96afe3699553bbea8e7e939ce899))
19+
320
## [2.1.0](https://github.com/mljs/sparse-matrix/compare/v2.0.0...v2.1.0) (2021-03-03)
421

522

@@ -49,6 +66,3 @@
4966

5067
<a name="0.1.0"></a>
5168
# 0.1.0 (2016-05-18)
52-
53-
54-

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": "2.1.0",
3+
"version": "3.0.0",
44
"description": "Sparse matrix library",
55
"type": "module",
66
"exports": "./lib/index.js",

0 commit comments

Comments
 (0)