Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [3.0.0](https://github.com/mljs/sparse-matrix/compare/v2.1.0...v3.0.0) (2025-05-25)


### ⚠ BREAKING CHANGES

* migrate to TypeScript and ESM

### Bug Fixes

* remove docs and build on gh-pages ([9197b3c](https://github.com/mljs/sparse-matrix/commit/9197b3c1eba1a9c2e2f894bdaa5b066563d047c9))
* remove travis ([4ff4567](https://github.com/mljs/sparse-matrix/commit/4ff45677d1308976a52bc8f583f4772983a5a0f0))


### Code Refactoring

* migrate to TypeScript and ESM ([d197546](https://github.com/mljs/sparse-matrix/commit/d19754622b6b96afe3699553bbea8e7e939ce899))

## [2.1.0](https://github.com/mljs/sparse-matrix/compare/v2.0.0...v2.1.0) (2021-03-03)


Expand Down Expand Up @@ -49,6 +66,3 @@

<a name="0.1.0"></a>
# 0.1.0 (2016-05-18)



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ml-sparse-matrix",
"version": "2.1.0",
"version": "3.0.0",
"description": "Sparse matrix library",
"type": "module",
"exports": "./lib/index.js",
Expand Down