Skip to content

Commit 8759bcf

Browse files
committed
chore(main): release 2.1.1
1 parent 979c64c commit 8759bcf

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

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

3+
## [2.1.1](https://github.com/mljs/sparse-matrix/compare/v2.1.0...v2.1.1) (2024-08-21)
4+
5+
6+
### Bug Fixes
7+
8+
* remove docs and build on gh-pages ([9197b3c](https://github.com/mljs/sparse-matrix/commit/9197b3c1eba1a9c2e2f894bdaa5b066563d047c9))
9+
* remove travis ([4ff4567](https://github.com/mljs/sparse-matrix/commit/4ff45677d1308976a52bc8f583f4772983a5a0f0))
10+
311
## [2.1.0](https://github.com/mljs/sparse-matrix/compare/v2.0.0...v2.1.0) (2021-03-03)
412

513

@@ -49,6 +57,3 @@
4957

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

package.json

Lines changed: 2 additions & 2 deletions
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": "2.1.1",
44
"description": "Sparse matrix library",
55
"main": "lib/index.js",
66
"module": "src/index.js",
@@ -12,7 +12,7 @@
1212
"compile": "rollup -c",
1313
"eslint": "eslint src",
1414
"eslint-fix": "npm run eslint -- --fix",
15-
"prepack": "npm run compile",
15+
"prepack": "npm run compile",
1616
"prettier": "prettier --check src",
1717
"prettier-write": "prettier --write src",
1818
"test": "npm run test-only && npm run eslint && npm run prettier",

0 commit comments

Comments
 (0)