File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
11
## [ 2.1.0] ( https://github.com/mljs/sparse-matrix/compare/v2.0.0...v2.1.0 ) (2021-03-03)
4
12
5
13
49
57
50
58
<a name =" 0.1.0 " ></a >
51
59
# 0.1.0 (2016-05-18)
52
-
53
-
54
-
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ml-sparse-matrix" ,
3
- "version" : " 2.1.0 " ,
3
+ "version" : " 2.1.1 " ,
4
4
"description" : " Sparse matrix library" ,
5
5
"main" : " lib/index.js" ,
6
6
"module" : " src/index.js" ,
12
12
"compile" : " rollup -c" ,
13
13
"eslint" : " eslint src" ,
14
14
"eslint-fix" : " npm run eslint -- --fix" ,
15
- "prepack" : " npm run compile" ,
15
+ "prepack" : " npm run compile" ,
16
16
"prettier" : " prettier --check src" ,
17
17
"prettier-write" : " prettier --write src" ,
18
18
"test" : " npm run test-only && npm run eslint && npm run prettier" ,
You can’t perform that action at this time.
0 commit comments