Skip to content

Commit 0081bcc

Browse files
committedMay 24, 2018
0.2.1
1 parent d61f5f8 commit 0081bcc

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed
 

‎History.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="0.2.1"></a>
2+
## [0.2.1](https://github.com/mljs/libsvm/compare/v0.2.0...v0.2.1) (2018-05-24)
3+
4+
5+
### Bug Fixes
6+
7+
* use prepare instead of preinstall for git submodule installation ([d61f5f8](https://github.com/mljs/libsvm/commit/d61f5f8))
8+
9+
10+
111
<a name="0.2.0"></a>
212
# [0.2.0](https://github.com/mljs/libsvm/compare/v0.1.3...v0.2.0) (2018-04-04)
313

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libsvm-js",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A port of libsvm to javascript using emscripten",
55
"main": "wasm.js",
66
"files": [

0 commit comments

Comments
 (0)
Please sign in to comment.